Html Css Color HEX #357878 Atoll

📋 copy color: '#357878'

red 53 ◦ green 120 ◦ blue 120

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

Shades of Atoll #357878

Tints of Atoll #357878

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.96%

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

R = 18.09%
G = 40.96%
B = 40.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#357878 (or 0x357878) is known color: Atoll. HEX triplet: 35, 78 and 78. RGB value is (53,120,120). Sum of RGB (Red+Green+Blue) = 53+120+120=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #357878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357878 is #CA8787. Grayscale: #636363. Windows color (decimal): -13272968 or 7895093. OLE color: 7895093.

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

Color convert

RGB 53 120 120 -
CMYK 0.56 0 0 0.53
HSL 180º 0.39% 0.34% -
HSV(B) 180º 0.56% 0.47% -
XYZ 11.57 15.55 20.16 -
YUV 99.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 53 120 120 0.56 0 0 0.53 180 0.39 0.34
Hex 35 78 78 38 0 0 35 B4 27 22
Octal 65 170 170 70 0 0 65 264 47 42
Binary 110101 1111000 1111000 111000 0 0 110101 10110100 100111 100010

Color Harmonies of #357878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357878

Black with #357878

Text Example


Text Example

White with #357878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357878; }

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

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

background-color css

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

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

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

border-color css

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

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

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