Html Css Color HEX #357A6C Genoa

📋 copy color: '#357A6C'

red 53 ◦ green 122 ◦ blue 108

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

Shades of Genoa #357A6C

Tints of Genoa #357A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.11%

 BLUE value IS 108 (42.58% from 255) = 38.16%

R = 18.73%
G = 43.11%
B = 38.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#357A6C (or 0x357A6C) is known color: Genoa. HEX triplet: 35, 7A and 6C. RGB value is (53,122,108). Sum of RGB (Red+Green+Blue) = 53+122+108=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #357A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A6C is #CA8593. Grayscale: #636363. Windows color (decimal): -13272468 or 7109173. OLE color: 7109173.

HSL color Cylindrical-coordinate representation of color #357A6C: hue angle of 167.83º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A6C is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 122 108 -
CMYK 0.57 0 0.11 0.52
HSL 167.83º 0.39% 0.34% -
HSV(B) 167.83º 0.57% 0.48% -
XYZ 11.13 15.76 16.64 -
YUV 99.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 53 122 108 0.57 0 0.11 0.52 167.83 0.39 0.34
Hex 35 7A 6C 39 0 B 34 A8 27 22
Octal 65 172 154 71 0 13 64 250 47 42
Binary 110101 1111010 1101100 111001 0 1011 110100 10101000 100111 100010

Color Harmonies of #357A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357A6C

Black with #357A6C

Text Example


Text Example

White with #357A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,122,108); }

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

background-color css

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

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

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

border-color css

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

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

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