#35858B

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

Shades of Blue Chill #35858B

Tints of Blue Chill #35858B

Color information

#35858B (or 0x35858B) is unknown color: approx Blue Chill. HEX triplet: 35, 85 and 8B. RGB value is (53,133,139). Sum of RGB (Red+Green+Blue) = 53+133+139=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 133 (52.34% from 255 or 40.92% 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 #35858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35858B is #CA7A74. Grayscale: #6D6D6D. Windows color (decimal): -13269621 or 9143605. OLE color: 9143605.

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

Color convert

RGB53133139-
CMYK0.620.0400.45
HSL184.19º44.79%37.65%-
HSV(B)184.19º61.87%54.51%-
XYZ14.5219.427.4-
YUV109.76144.587.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=16.31%
G=40.92%
B=42.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531331390.620.0400.45184.1944.7937.65
Hex35858B3E402Db82d26
Octal652052137640552705546
Binary1101011000010110001011111110100010110110111000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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