#35868F

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

Shades of Blue Chill #35868F

Tints of Blue Chill #35868F

Color information

#35868F (or 0x35868F) is unknown color: approx Blue Chill. HEX triplet: 35, 86 and 8F. RGB value is (53,134,143). Sum of RGB (Red+Green+Blue) = 53+134+143=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #35868F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35868F is #CA7970. Grayscale: #6E6E6E. Windows color (decimal): -13269361 or 9406005. OLE color: 9406005.

HSL color Cylindrical-coordinate representation of color #35868F: hue angle of 186º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35868F is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53134143-
CMYK0.630.0600.44
HSL186º45.92%38.43%-
HSV(B)186º62.94%56.08%-
XYZ14.9519.7929.02-
YUV110.81146.1686.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 143 (56.25% from 255) = 43.33%
R=16.06%
G=40.61%
B=43.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531341430.630.0600.4418645.9238.43
Hex35868F3F602Cba2e26
Octal652062177760542725646
Binary1101011000011010001111111111110010110010111010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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