Html Css Color HEX #357C78 Atoll

📋 copy color: '#357C78'

red 53 ◦ green 124 ◦ blue 120

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

Shades of Atoll #357C78

Tints of Atoll #357C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.75%

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

R = 17.85%
G = 41.75%
B = 40.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#357C78 (or 0x357C78) is known color: Atoll. HEX triplet: 35, 7C and 78. RGB value is (53,124,120). Sum of RGB (Red+Green+Blue) = 53+124+120=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #357C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C78 is #CA8387. Grayscale: #666666. Windows color (decimal): -13271944 or 7896117. OLE color: 7896117.

HSL color Cylindrical-coordinate representation of color #357C78: hue angle of 176.62º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C78 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 120 -
CMYK 0.57 0 0.03 0.51
HSL 176.62º 0.4% 0.35% -
HSV(B) 176.62º 0.57% 0.49% -
XYZ 12.07 16.53 20.32 -
YUV 102.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 53 124 120 0.57 0 0.03 0.51 176.62 0.4 0.35
Hex 35 7C 78 39 0 3 33 B1 28 23
Octal 65 174 170 71 0 3 63 261 50 43
Binary 110101 1111100 1111000 111001 0 11 110011 10110001 101000 100011

Color Harmonies of #357C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C78

Black with #357C78

Text Example


Text Example

White with #357C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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