#358081

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

Shades of Atoll #358081

Tints of Atoll #358081

Color information

#358081 (or 0x358081) is unknown color: approx Atoll. HEX triplet: 35, 80 and 81. RGB value is (53,128,129). Sum of RGB (Red+Green+Blue) = 53+128+129=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #358081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358081 is #CA7F7E. Grayscale: #696969. Windows color (decimal): -13270911 or 8486965. OLE color: 8486965.

HSL color Cylindrical-coordinate representation of color #358081: hue angle of 180.79º 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 #358081 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53128129-
CMYK0.590.0100.49
HSL180.79º41.76%35.69%-
HSV(B)180.79º58.91%50.59%-
XYZ13.1517.7823.51-
YUV105.69141.1590.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=17.10%
G=41.29%
B=41.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531281290.590.0100.49180.7941.7635.69
Hex3580813B1031b52a24
Octal652002017310612655244
Binary11010110000000100000011110111011000110110101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358081; }

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

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

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

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

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

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

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

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