#38848C

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

Shades of Blue Chill #38848C

Tints of Blue Chill #38848C

Color information

#38848C (or 0x38848C) is unknown color: approx Blue Chill. HEX triplet: 38, 84 and 8C. RGB value is (56,132,140). Sum of RGB (Red+Green+Blue) = 56+132+140=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #38848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38848C is #C77B73. Grayscale: #6E6E6E. Windows color (decimal): -13073268 or 9208888. OLE color: 9208888.

HSL color Cylindrical-coordinate representation of color #38848C: hue angle of 185.71º 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 #38848C is Cyan = 0.6, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56132140-
CMYK0.60.0600.45
HSL185.71º42.86%38.43%-
HSV(B)185.71º60%54.9%-
XYZ14.6219.2427.75-
YUV110.19144.8289.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=17.07%
G=40.24%
B=42.68%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561321400.60.0600.45185.7142.8638.43
Hex38848C3C602Dba2b26
Octal702042147460552725346
Binary1110001000010010001100111100110010110110111010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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