Html Css Color HEX #357774 Atoll

📋 copy color: '#357774'

red 53 ◦ green 119 ◦ blue 116

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

Shades of Atoll #357774

Tints of Atoll #357774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 18.4%
G = 41.32%
B = 40.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#357774 (or 0x357774) is known color: Atoll. HEX triplet: 35, 77 and 74. RGB value is (53,119,116). Sum of RGB (Red+Green+Blue) = 53+119+116=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #357774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357774 is #CA888B. Grayscale: #626262. Windows color (decimal): -13273228 or 7632693. OLE color: 7632693.

HSL color Cylindrical-coordinate representation of color #357774: hue angle of 177.27º 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 #357774 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 116 -
CMYK 0.55 0 0.03 0.53
HSL 177.27º 0.38% 0.34% -
HSV(B) 177.27º 0.55% 0.47% -
XYZ 11.22 15.21 18.87 -
YUV 98.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 53 119 116 0.55 0 0.03 0.53 177.27 0.38 0.34
Hex 35 77 74 37 0 3 35 B1 26 22
Octal 65 167 164 67 0 3 65 261 46 42
Binary 110101 1110111 1110100 110111 0 11 110101 10110001 100110 100010

Color Harmonies of #357774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357774

Black with #357774

Text Example


Text Example

White with #357774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357774; }

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

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

background-color css

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

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

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

border-color css

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

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

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