Html Css Color HEX #337168 Genoa

📋 copy color: '#337168'

red 51 ◦ green 113 ◦ blue 104

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

Shades of Genoa #337168

Tints of Genoa #337168

RGB

 RED value IS 51 (20.31% from 255) = 19.03%

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

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

R = 19.03%
G = 42.16%
B = 38.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#337168 (or 0x337168) is known color: Genoa. HEX triplet: 33, 71 and 68. RGB value is (51,113,104). Sum of RGB (Red+Green+Blue) = 51+113+104=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #337168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337168 is #CC8E97. Grayscale: #5D5D5D. Windows color (decimal): -13405848 or 6844723. OLE color: 6844723.

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

Color convert

RGB 51 113 104 -
CMYK 0.55 0 0.08 0.56
HSL 171.29º 0.38% 0.32% -
HSV(B) 171.29º 0.55% 0.44% -
XYZ 9.77 13.51 15.19 -
YUV 93.44 133.96 97.73 -
System Red Green Blue C M Y K H S L
Decimal 51 113 104 0.55 0 0.08 0.56 171.29 0.38 0.32
Hex 33 71 68 37 0 8 38 AB 26 20
Octal 63 161 150 67 0 10 70 253 46 40
Binary 110011 1110001 1101000 110111 0 1000 111000 10101011 100110 100000

Color Harmonies of #337168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337168

Black with #337168

Text Example


Text Example

White with #337168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337168; }

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

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

background-color css

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

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

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

border-color css

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

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

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