Html Css Color HEX #357168 Genoa

📋 copy color: '#357168'

red 53 ◦ green 113 ◦ blue 104

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

Shades of Genoa #357168

Tints of Genoa #357168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.85%

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 19.63%
G = 41.85%
B = 38.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#357168 (or 0x357168) is known color: Genoa. HEX triplet: 35, 71 and 68. RGB value is (53,113,104). Sum of RGB (Red+Green+Blue) = 53+113+104=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #357168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357168 is #CA8E97. Grayscale: #5E5E5E. Windows color (decimal): -13274776 or 6844725. OLE color: 6844725.

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

Color convert

RGB 53 113 104 -
CMYK 0.53 0 0.08 0.56
HSL 171º 0.36% 0.33% -
HSV(B) 171º 0.53% 0.44% -
XYZ 9.87 13.57 15.2 -
YUV 94.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 53 113 104 0.53 0 0.08 0.56 171 0.36 0.33
Hex 35 71 68 35 0 8 38 AB 24 21
Octal 65 161 150 65 0 10 70 253 44 41
Binary 110101 1110001 1101000 110101 0 1000 111000 10101011 100100 100001

Color Harmonies of #357168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357168

Black with #357168

Text Example


Text Example

White with #357168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357168; }

 p { color: rgb(53,113,104); }

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

background-color css

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

 a { background-color: rgb(53,113,104); }

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

border-color css

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

 span { border-color: rgb(53,113,104); }

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