#3A848C

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

Shades of Blue Chill #3A848C

Tints of Blue Chill #3A848C

Color information

#3A848C (or 0x3A848C) is unknown color: approx Blue Chill. HEX triplet: 3A, 84 and 8C. RGB value is (58,132,140). Sum of RGB (Red+Green+Blue) = 58+132+140=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A848C is #C57B73. Grayscale: #6E6E6E. Windows color (decimal): -12942196 or 9208890. OLE color: 9208890.

HSL color Cylindrical-coordinate representation of color #3A848C: hue angle of 185.85º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A848C is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB58132140-
CMYK0.590.0600.45
HSL185.85º41.41%38.82%-
HSV(B)185.85º58.57%54.9%-
XYZ14.7319.327.76-
YUV110.79144.4890.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.58%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=17.58%
G=40%
B=42.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581321400.590.0600.45185.8541.4138.82
Hex3A848C3B602Dba2927
Octal722042147360552725147
Binary1110101000010010001100111011110010110110111010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A848C; }

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

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

<style>
 a { background-color: #3A848C; }

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

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

<style>
 span { border-color: #3A848C; }

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

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