#36848D

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

Shades of Blue Chill #36848D

Tints of Blue Chill #36848D

Color information

#36848D (or 0x36848D) is unknown color: approx Blue Chill. HEX triplet: 36, 84 and 8D. RGB value is (54,132,141). Sum of RGB (Red+Green+Blue) = 54+132+141=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #36848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36848D is #C97B72. Grayscale: #6D6D6D. Windows color (decimal): -13204339 or 9274422. OLE color: 9274422.

HSL color Cylindrical-coordinate representation of color #36848D: hue angle of 186.21º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36848D is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB54132141-
CMYK0.620.0600.45
HSL186.21º44.62%38.24%-
HSV(B)186.21º61.7%55.29%-
XYZ14.5819.2128.14-
YUV109.7145.6688.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=16.51%
G=40.37%
B=43.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541321410.620.0600.45186.2144.6238.24
Hex36848D3E602Dba2d26
Octal662042157660552725546
Binary1101101000010010001101111110110010110110111010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36848D; }

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

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

<style>
 a { background-color: #36848D; }

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

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

<style>
 span { border-color: #36848D; }

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

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