#438B92

Color #438B92 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #438B92

Tints of Blue Chill #438B92

Color information

#438B92 (or 0x438B92) is unknown color: approx Blue Chill. HEX triplet: 43, 8B and 92. RGB value is (67,139,146). Sum of RGB (Red+Green+Blue) = 67+139+146=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #438B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B92 is #BC746D. Grayscale: #767676. Windows color (decimal): -12350574 or 9603907. OLE color: 9603907.

HSL color Cylindrical-coordinate representation of color #438B92: hue angle of 185.32º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #438B92 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB67139146-
CMYK0.540.0500.43
HSL185.32º37.09%41.76%-
HSV(B)185.32º54.11%57.25%-
XYZ16.7421.7330.51-
YUV118.27143.6591.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 19.03%
GREEN value IS 139 (54.69% from 255) = 39.49%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=19.03%
G=39.49%
B=41.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal671391460.540.0500.43185.3237.0941.76
Hex438B9236502Bb9252a
Octal1032132226650532714552
Binary10000111000101110010010110110101010101110111001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438B92; }

 p { color: rgb(67,139,146); }

 H1.HeaderClassName
 {
   color: #438B92;
 }
 .AnyTagClassName
 {
   color: #438B92;
 }
</style>
background-color css

<style>
 a { background-color: #438B92; }

 a { background-color: rgb(67,139,146); }

 div.DivClassName
 {
   background-color: #438B92;
 }
 .BgClassName
 {
   background-color: #438B92;
 }
</style>
border-color css

<style>
 span { border-color: #438B92; }

 span { border-color: rgb(67,139,146); }

 td.TdClassName
 {
   border-color: #438B92;
 }
 .TagClassName
 {
   border-color: #438B92;
 }
</style>