Html Css Color HEX #357776 Atoll

📋 copy color: '#357776'

red 53 ◦ green 119 ◦ blue 118

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

Shades of Atoll #357776

Tints of Atoll #357776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.03%

 BLUE value IS 118 (46.48% from 255) = 40.69%

R = 18.28%
G = 41.03%
B = 40.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#357776 (or 0x357776) is known color: Atoll. HEX triplet: 35, 77 and 76. RGB value is (53,119,118). Sum of RGB (Red+Green+Blue) = 53+119+118=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #357776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357776 is #CA8889. Grayscale: #636363. Windows color (decimal): -13273226 or 7763765. OLE color: 7763765.

HSL color Cylindrical-coordinate representation of color #357776: hue angle of 179.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357776 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 118 -
CMYK 0.55 0 0.01 0.53
HSL 179.09º 0.38% 0.34% -
HSV(B) 179.09º 0.55% 0.47% -
XYZ 11.34 15.26 19.49 -
YUV 99.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 53 119 118 0.55 0 0.01 0.53 179.09 0.38 0.34
Hex 35 77 76 37 0 1 35 B3 26 22
Octal 65 167 166 67 0 1 65 263 46 42
Binary 110101 1110111 1110110 110111 0 1 110101 10110011 100110 100010

Color Harmonies of #357776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357776

Black with #357776

Text Example


Text Example

White with #357776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357776; }

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

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

background-color css

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

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

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

border-color css

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

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

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