#357977

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

Shades of Atoll #357977

Tints of Atoll #357977

Color information

#357977 (or 0x357977) is unknown color: approx Atoll. HEX triplet: 35, 79 and 77. RGB value is (53,121,119). Sum of RGB (Red+Green+Blue) = 53+121+119=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #357977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357977 is #CA8688. Grayscale: #646464. Windows color (decimal): -13272713 or 7829813. OLE color: 7829813.

HSL color Cylindrical-coordinate representation of color #357977: hue angle of 178.24º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357977 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB53121119-
CMYK0.5600.020.53
HSL178.24º39.08%34.12%-
HSV(B)178.24º56.2%47.45%-
XYZ11.6415.7619.88-
YUV100.44138.4794.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=18.09%
G=41.30%
B=40.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531211190.5600.020.53178.2439.0834.12
Hex357977380235b22722
Octal651711677002652624742
Binary1101011111001111011111100001011010110110010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357977; }

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

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

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

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

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

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

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

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