Html Css Color HEX #357580 Atoll

📋 copy color: '#357580'

red 53 ◦ green 117 ◦ blue 128

#357580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #357580

Tints of Atoll #357580

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 value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#357580 (or 0x357580) is known color: 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

RGB 53 117 128 -
CMYK 0.59 0.09 0 0.50
HSL 188.8º 0.41% 0.35% -
HSV(B) 188.8º 0.59% 0.5% -
XYZ 11.73 15.04 22.71 -
YUV 99.12 144.3 95.11 -
System Red Green Blue C M Y K H S L
Decimal 53 117 128 0.59 0.09 0 0.50 188.8 0.41 0.35
Hex 35 75 80 3B 9 0 32 BD 29 23
Octal 65 165 200 73 11 0 62 275 51 43
Binary 110101 1110101 10000000 111011 1001 0 110010 10111101 101001 100011

Color Harmonies of #357580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357580

Black with #357580

Text Example


Text Example

White with #357580

Text Example


Text Example

HTML Codes & Css Web 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>