Html Css Color HEX #357069 Genoa

📋 copy color: '#357069'

red 53 ◦ green 112 ◦ blue 105

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

Shades of Genoa #357069

Tints of Genoa #357069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 19.63%
G = 41.48%
B = 38.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#357069 (or 0x357069) is known color: Genoa. HEX triplet: 35, 70 and 69. RGB value is (53,112,105). Sum of RGB (Red+Green+Blue) = 53+112+105=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #357069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357069 is #CA8F96. Grayscale: #5D5D5D. Windows color (decimal): -13275031 or 6910005. OLE color: 6910005.

HSL color Cylindrical-coordinate representation of color #357069: hue angle of 172.88º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357069 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 105 -
CMYK 0.53 0 0.06 0.56
HSL 172.88º 0.36% 0.32% -
HSV(B) 172.88º 0.53% 0.44% -
XYZ 9.81 13.37 15.43 -
YUV 93.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 53 112 105 0.53 0 0.06 0.56 172.88 0.36 0.32
Hex 35 70 69 35 0 6 38 AD 24 20
Octal 65 160 151 65 0 6 70 255 44 40
Binary 110101 1110000 1101001 110101 0 110 111000 10101101 100100 100000

Color Harmonies of #357069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357069

Black with #357069

Text Example


Text Example

White with #357069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357069; }

 p { color: rgb(53,112,105); }

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

background-color css

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

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

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

border-color css

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

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

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