#38848E

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

Shades of Blue Chill #38848E

Tints of Blue Chill #38848E

Color information

#38848E (or 0x38848E) is unknown color: approx Blue Chill. HEX triplet: 38, 84 and 8E. RGB value is (56,132,142). Sum of RGB (Red+Green+Blue) = 56+132+142=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #38848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38848E is #C77B71. Grayscale: #6E6E6E. Windows color (decimal): -13073266 or 9339960. OLE color: 9339960.

HSL color Cylindrical-coordinate representation of color #38848E: hue angle of 186.98º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38848E is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56132142-
CMYK0.610.0700.44
HSL186.98º43.43%38.82%-
HSV(B)186.98º60.56%55.69%-
XYZ14.7619.328.54-
YUV110.42145.8289.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=16.97%
G=40%
B=43.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561321420.610.0700.44186.9843.4338.82
Hex38848E3D702Cbb2b27
Octal702042167570542735347
Binary1110001000010010001110111101111010110010111011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38848E; }

 p { color: rgb(56,132,142); }

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

<style>
 a { background-color: #38848E; }

 a { background-color: rgb(56,132,142); }

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

<style>
 span { border-color: #38848E; }

 span { border-color: rgb(56,132,142); }

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