#35817D

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

Shades of Atoll #35817D

Tints of Atoll #35817D

Color information

#35817D (or 0x35817D) is unknown color: approx Atoll. HEX triplet: 35, 81 and 7D. RGB value is (53,129,125). Sum of RGB (Red+Green+Blue) = 53+129+125=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #35817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35817D is #CA7E82. Grayscale: #696969. Windows color (decimal): -13270659 or 8225077. OLE color: 8225077.

HSL color Cylindrical-coordinate representation of color #35817D: hue angle of 176.84º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35817D is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB53129125-
CMYK0.5900.030.49
HSL176.84º41.76%35.69%-
HSV(B)176.84º58.91%50.59%-
XYZ13.0217.9422.18-
YUV105.82138.8290.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=17.26%
G=42.02%
B=40.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291250.5900.030.49176.8441.7635.69
Hex35817D3B0331b12a24
Octal652011757303612615244
Binary11010110000001111110111101101111000110110001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,129,125); }

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

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

 a { background-color: rgb(53,129,125); }

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

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

 span { border-color: rgb(53,129,125); }

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