Html Css Color HEX #357C79 Atoll

📋 copy color: '#357C79'

red 53 ◦ green 124 ◦ blue 121

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

Shades of Atoll #357C79

Tints of Atoll #357C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.6%

R = 17.79%
G = 41.61%
B = 40.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#357C79 (or 0x357C79) is known color: Atoll. HEX triplet: 35, 7C and 79. RGB value is (53,124,121). Sum of RGB (Red+Green+Blue) = 53+124+121=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #357C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C79 is #CA8386. Grayscale: #666666. Windows color (decimal): -13271943 or 7961653. OLE color: 7961653.

HSL color Cylindrical-coordinate representation of color #357C79: hue angle of 177.46º 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 #357C79 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 121 -
CMYK 0.57 0 0.02 0.51
HSL 177.46º 0.4% 0.35% -
HSV(B) 177.46º 0.57% 0.49% -
XYZ 12.13 16.55 20.64 -
YUV 102.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 53 124 121 0.57 0 0.02 0.51 177.46 0.4 0.35
Hex 35 7C 79 39 0 2 33 B1 28 23
Octal 65 174 171 71 0 2 63 261 50 43
Binary 110101 1111100 1111001 111001 0 10 110011 10110001 101000 100011

Color Harmonies of #357C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C79

Black with #357C79

Text Example


Text Example

White with #357C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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