#35818B

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

Shades of Blue Chill #35818B

Tints of Blue Chill #35818B

Color information

#35818B (or 0x35818B) is unknown color: approx Blue Chill. HEX triplet: 35, 81 and 8B. RGB value is (53,129,139). Sum of RGB (Red+Green+Blue) = 53+129+139=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #35818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35818B is #CA7E74. Grayscale: #6B6B6B. Windows color (decimal): -13270645 or 9142581. OLE color: 9142581.

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

Color convert

RGB53129139-
CMYK0.620.0700.45
HSL186.98º44.79%37.65%-
HSV(B)186.98º61.87%54.51%-
XYZ13.9818.3227.23-
YUV107.42145.8289.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 129 (50.78% from 255) = 40.19%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=16.51%
G=40.19%
B=43.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531291390.620.0700.45186.9844.7937.65
Hex35818B3E702Dbb2d26
Octal652012137670552735546
Binary1101011000000110001011111110111010110110111011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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