#35848B

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

Shades of Blue Chill #35848B

Tints of Blue Chill #35848B

Color information

#35848B (or 0x35848B) is unknown color: approx Blue Chill. HEX triplet: 35, 84 and 8B. RGB value is (53,132,139). Sum of RGB (Red+Green+Blue) = 53+132+139=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #35848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35848B is #CA7B74. Grayscale: #6D6D6D. Windows color (decimal): -13269877 or 9143349. OLE color: 9143349.

HSL color Cylindrical-coordinate representation of color #35848B: hue angle of 184.88º 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 #35848B is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53132139-
CMYK0.620.0500.45
HSL184.88º44.79%37.65%-
HSV(B)184.88º61.87%54.51%-
XYZ14.3819.1227.36-
YUV109.18144.8387.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=16.36%
G=40.74%
B=42.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531321390.620.0500.45184.8844.7937.65
Hex35848B3E502Db92d26
Octal652042137650552715546
Binary1101011000010010001011111110101010110110111001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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