Html Css Color HEX #357778 Atoll

📋 copy color: '#357778'

red 53 ◦ green 119 ◦ blue 120

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

Shades of Atoll #357778

Tints of Atoll #357778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.1%

R = 18.15%
G = 40.75%
B = 41.1%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#357778 (or 0x357778) is known color: Atoll. HEX triplet: 35, 77 and 78. RGB value is (53,119,120). Sum of RGB (Red+Green+Blue) = 53+119+120=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #357778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357778 is #CA8887. Grayscale: #636363. Windows color (decimal): -13273224 or 7894837. OLE color: 7894837.

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

Color convert

RGB 53 119 120 -
CMYK 0.56 0.01 0 0.53
HSL 180.9º 0.39% 0.34% -
HSV(B) 180.9º 0.56% 0.47% -
XYZ 11.46 15.31 20.12 -
YUV 99.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 53 119 120 0.56 0.01 0 0.53 180.9 0.39 0.34
Hex 35 77 78 38 1 0 35 B5 27 22
Octal 65 167 170 70 1 0 65 265 47 42
Binary 110101 1110111 1111000 111000 1 0 110101 10110101 100111 100010

Color Harmonies of #357778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357778

Black with #357778

Text Example


Text Example

White with #357778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357778; }

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

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

background-color css

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

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

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

border-color css

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

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

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