#35868B

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

Shades of Blue Chill #35868B

Tints of Blue Chill #35868B

Color information

#35868B (or 0x35868B) is unknown color: approx Blue Chill. HEX triplet: 35, 86 and 8B. RGB value is (53,134,139). Sum of RGB (Red+Green+Blue) = 53+134+139=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #35868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35868B is #CA7974. Grayscale: #6E6E6E. Windows color (decimal): -13269365 or 9143861. OLE color: 9143861.

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

Color convert

RGB53134139-
CMYK0.620.0400.45
HSL183.49º44.79%37.65%-
HSV(B)183.49º61.87%54.51%-
XYZ14.6519.6727.45-
YUV110.35144.1687.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=16.26%
G=41.10%
B=42.64%

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
Decimal531341390.620.0400.45183.4944.7937.65
Hex35868B3E402Db72d26
Octal652062137640552675546
Binary1101011000011010001011111110100010110110110111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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