#35988F

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

Shades of Blue Chill #35988F

Tints of Blue Chill #35988F

Color information

#35988F (or 0x35988F) is unknown color: approx Blue Chill. HEX triplet: 35, 98 and 8F. RGB value is (53,152,143). Sum of RGB (Red+Green+Blue) = 53+152+143=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #35988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35988F is #CA6770. Grayscale: #797979. Windows color (decimal): -13264753 or 9410613. OLE color: 9410613.

HSL color Cylindrical-coordinate representation of color #35988F: hue angle of 174.55º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35988F is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB53152143-
CMYK0.6500.060.40
HSL174.55º48.29%40.2%-
HSV(B)174.55º65.13%59.61%-
XYZ17.6525.229.92-
YUV121.37140.279.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 152 (59.77% from 255) = 43.68%
BLUE value IS 143 (56.25% from 255) = 41.09%
R=15.23%
G=43.68%
B=41.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531521430.6500.060.40174.5548.2940.2
Hex35988F410628af3028
Octal6523021710106502576050
Binary11010110011000100011111000001011010100010101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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