#357982

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

Shades of Atoll #357982

Tints of Atoll #357982

Color information

#357982 (or 0x357982) is unknown color: approx Atoll. HEX triplet: 35, 79 and 82. RGB value is (53,121,130). Sum of RGB (Red+Green+Blue) = 53+121+130=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #357982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357982 is #CA867D. Grayscale: #656565. Windows color (decimal): -13272702 or 8550709. OLE color: 8550709.

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

Color convert

RGB53121130-
CMYK0.590.0700.49
HSL187.01º42.08%35.88%-
HSV(B)187.01º59.23%50.98%-
XYZ12.3316.0423.57-
YUV101.69143.9793.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=17.43%
G=39.80%
B=42.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531211300.590.0700.49187.0142.0835.88
Hex3579823B7031bb2a24
Octal651712027370612735244
Binary110101111100110000010111011111011000110111011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357982; }

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

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

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

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

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

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

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

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