Html Css Color HEX #357C6E Genoa

📋 copy color: '#357C6E'

red 53 ◦ green 124 ◦ blue 110

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

Shades of Genoa #357C6E

Tints of Genoa #357C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 18.47%
G = 43.21%
B = 38.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#357C6E (or 0x357C6E) is known color: Genoa. HEX triplet: 35, 7C and 6E. RGB value is (53,124,110). Sum of RGB (Red+Green+Blue) = 53+124+110=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #357C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C6E is #CA8391. Grayscale: #656565. Windows color (decimal): -13271954 or 7240757. OLE color: 7240757.

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

Color convert

RGB 53 124 110 -
CMYK 0.57 0 0.11 0.51
HSL 168.17º 0.4% 0.35% -
HSV(B) 168.17º 0.57% 0.49% -
XYZ 11.49 16.3 17.29 -
YUV 101.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 53 124 110 0.57 0 0.11 0.51 168.17 0.4 0.35
Hex 35 7C 6E 39 0 B 33 A8 28 23
Octal 65 174 156 71 0 13 63 250 50 43
Binary 110101 1111100 1101110 111001 0 1011 110011 10101000 101000 100011

Color Harmonies of #357C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C6E

Black with #357C6E

Text Example


Text Example

White with #357C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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