#35888D

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

Shades of Blue Chill #35888D

Tints of Blue Chill #35888D

Color information

#35888D (or 0x35888D) is unknown color: approx Blue Chill. HEX triplet: 35, 88 and 8D. RGB value is (53,136,141). Sum of RGB (Red+Green+Blue) = 53+136+141=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #35888D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35888D is #CA7772. Grayscale: #6F6F6F. Windows color (decimal): -13268851 or 9275445. OLE color: 9275445.

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

Color convert

RGB53136141-
CMYK0.620.0400.45
HSL183.41º45.36%38.04%-
HSV(B)183.41º62.41%55.29%-
XYZ15.0820.2928.32-
YUV111.75144.586.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 136 (53.52% from 255) = 41.21%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=16.06%
G=41.21%
B=42.73%

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
Decimal531361410.620.0400.45183.4145.3638.04
Hex35888D3E402Db72d26
Octal652102157640552675546
Binary1101011000100010001101111110100010110110110111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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