#357580

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

Shades of Atoll #357580

Tints of Atoll #357580

Color information

#357580 (or 0x357580) is unknown color: approx Atoll. HEX triplet: 35, 75 and 80. RGB value is (53,117,128). Sum of RGB (Red+Green+Blue) = 53+117+128=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #357580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357580 is #CA8A7F. Grayscale: #636363. Windows color (decimal): -13273728 or 8418613. OLE color: 8418613.

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

Color convert

RGB53117128-
CMYK0.590.0900.50
HSL188.8º41.44%35.49%-
HSV(B)188.8º58.59%50.2%-
XYZ11.7315.0422.71-
YUV99.12144.395.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=17.79%
G=39.26%
B=42.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531171280.590.0900.50188.841.4435.49
Hex3575803B9032bd2923
Octal6516520073110622755143
Binary1101011110101100000001110111001011001010111101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357580; }

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

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

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

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

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

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

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

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