Html Css Color HEX #357680 Atoll

📋 copy color: '#357680'

red 53 ◦ green 118 ◦ blue 128

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

Shades of Atoll #357680

Tints of Atoll #357680

RGB

 RED value IS 53 (21.09% from 255) = 17.73%

 GREEN value IS 118 (46.48% from 255) = 39.46%

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 17.73%
G = 39.46%
B = 42.81%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#357680 (or 0x357680) is known color: Atoll. HEX triplet: 35, 76 and 80. RGB value is (53,118,128). Sum of RGB (Red+Green+Blue) = 53+118+128=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #357680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357680 is #CA897F. Grayscale: #636363. Windows color (decimal): -13273472 or 8418869. OLE color: 8418869.

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

Color convert

RGB 53 118 128 -
CMYK 0.59 0.08 0 0.50
HSL 188º 0.41% 0.35% -
HSV(B) 188º 0.59% 0.5% -
XYZ 11.84 15.27 22.75 -
YUV 99.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 53 118 128 0.59 0.08 0 0.50 188 0.41 0.35
Hex 35 76 80 3B 8 0 32 BC 29 23
Octal 65 166 200 73 10 0 62 274 51 43
Binary 110101 1110110 10000000 111011 1000 0 110010 10111100 101001 100011

Color Harmonies of #357680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357680

Black with #357680

Text Example


Text Example

White with #357680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357680; }

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

 H1.HeaderClassName
 {
   color: #357680;
 }
 .AnyTagClassName
 {
   color: #357680;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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