#3E848D

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

Shades of Blue Chill #3E848D

Tints of Blue Chill #3E848D

Color information

#3E848D (or 0x3E848D) is unknown color: approx Blue Chill. HEX triplet: 3E, 84 and 8D. RGB value is (62,132,141). Sum of RGB (Red+Green+Blue) = 62+132+141=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E848D is #C17B72. Grayscale: #6F6F6F. Windows color (decimal): -12680051 or 9274430. OLE color: 9274430.

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

Color convert

RGB62132141-
CMYK0.560.0600.45
HSL186.84º38.92%39.8%-
HSV(B)186.84º56.03%55.29%-
XYZ15.0519.4528.16-
YUV112.1144.3192.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.51%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=18.51%
G=39.40%
B=42.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621321410.560.0600.45186.8438.9239.8
Hex3E848D38602Dbb2728
Octal762042157060552734750
Binary1111101000010010001101111000110010110110111011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,132,141); }

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

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

 a { background-color: rgb(62,132,141); }

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

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

 span { border-color: rgb(62,132,141); }

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