#36848B

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

Shades of Blue Chill #36848B

Tints of Blue Chill #36848B

Color information

#36848B (or 0x36848B) is unknown color: approx Blue Chill. HEX triplet: 36, 84 and 8B. RGB value is (54,132,139). Sum of RGB (Red+Green+Blue) = 54+132+139=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #36848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36848B is #C97B74. Grayscale: #6D6D6D. Windows color (decimal): -13204341 or 9143350. OLE color: 9143350.

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

Color convert

RGB54132139-
CMYK0.610.0500.45
HSL184.94º44.04%37.84%-
HSV(B)184.94º61.15%54.51%-
XYZ14.4319.1527.36-
YUV109.48144.6688.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=16.62%
G=40.62%
B=42.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541321390.610.0500.45184.9444.0437.84
Hex36848B3D502Db92c26
Octal662042137550552715446
Binary1101101000010010001011111101101010110110111001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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