#35878D

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

Shades of Blue Chill #35878D

Tints of Blue Chill #35878D

Color information

#35878D (or 0x35878D) is unknown color: approx Blue Chill. HEX triplet: 35, 87 and 8D. RGB value is (53,135,141). Sum of RGB (Red+Green+Blue) = 53+135+141=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #35878D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35878D is #CA7872. Grayscale: #6F6F6F. Windows color (decimal): -13269107 or 9275189. OLE color: 9275189.

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

Color convert

RGB53135141-
CMYK0.620.0400.45
HSL184.09º45.36%38.04%-
HSV(B)184.09º62.41%55.29%-
XYZ14.9420.0128.27-
YUV111.17144.8386.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 135 (53.12% from 255) = 41.03%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=16.11%
G=41.03%
B=42.86%

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
Decimal531351410.620.0400.45184.0945.3638.04
Hex35878D3E402Db82d26
Octal652072157640552705546
Binary1101011000011110001101111110100010110110111000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35878D; }

 p { color: rgb(53,135,141); }

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

<style>
 a { background-color: #35878D; }

 a { background-color: rgb(53,135,141); }

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

<style>
 span { border-color: #35878D; }

 span { border-color: rgb(53,135,141); }

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