#38858C

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

Shades of Blue Chill #38858C

Tints of Blue Chill #38858C

Color information

#38858C (or 0x38858C) is unknown color: approx Blue Chill. HEX triplet: 38, 85 and 8C. RGB value is (56,133,140). Sum of RGB (Red+Green+Blue) = 56+133+140=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #38858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38858C is #C77A73. Grayscale: #6E6E6E. Windows color (decimal): -13073012 or 9209144. OLE color: 9209144.

HSL color Cylindrical-coordinate representation of color #38858C: hue angle of 185º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38858C is Cyan = 0.6, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56133140-
CMYK0.60.0500.45
HSL185º42.86%38.43%-
HSV(B)185º60%54.9%-
XYZ14.7519.5127.8-
YUV110.78144.4988.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=17.02%
G=40.43%
B=42.55%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561331400.60.0500.4518542.8638.43
Hex38858C3C502Db92b26
Octal702052147450552715346
Binary1110001000010110001100111100101010110110111001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38858C; }

 p { color: rgb(56,133,140); }

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

<style>
 a { background-color: #38858C; }

 a { background-color: rgb(56,133,140); }

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

<style>
 span { border-color: #38858C; }

 span { border-color: rgb(56,133,140); }

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