#357981

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

Shades of Atoll #357981

Tints of Atoll #357981

Color information

#357981 (or 0x357981) is unknown color: approx Atoll. HEX triplet: 35, 79 and 81. RGB value is (53,121,129). Sum of RGB (Red+Green+Blue) = 53+121+129=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #357981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357981 is #CA867E. Grayscale: #656565. Windows color (decimal): -13272703 or 8485173. OLE color: 8485173.

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

Color convert

RGB53121129-
CMYK0.590.0600.49
HSL186.32º41.76%35.69%-
HSV(B)186.32º58.91%50.59%-
XYZ12.2716.0223.21-
YUV101.58143.4793.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=17.49%
G=39.93%
B=42.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531211290.590.0600.49186.3241.7635.69
Hex3579813B6031ba2a24
Octal651712017360612725244
Binary110101111100110000001111011110011000110111010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357981; }

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

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

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

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

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

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

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

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