#357880

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

Shades of Atoll #357880

Tints of Atoll #357880

Color information

#357880 (or 0x357880) is unknown color: approx Atoll. HEX triplet: 35, 78 and 80. RGB value is (53,120,128). Sum of RGB (Red+Green+Blue) = 53+120+128=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #357880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357880 is #CA877F. Grayscale: #646464. Windows color (decimal): -13272960 or 8419381. OLE color: 8419381.

HSL color Cylindrical-coordinate representation of color #357880: hue angle of 186.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357880 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB53120128-
CMYK0.590.0600.50
HSL186.4º41.44%35.49%-
HSV(B)186.4º58.59%50.2%-
XYZ12.0815.7522.83-
YUV100.88143.393.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=17.61%
G=39.87%
B=42.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531201280.590.0600.50186.441.4435.49
Hex3578803B6032ba2923
Octal651702007360622725143
Binary110101111100010000000111011110011001010111010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357880; }

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

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

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

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

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

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

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

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