Html Css Color HEX #337066 Genoa

📋 copy color: '#337066'

red 51 ◦ green 112 ◦ blue 102

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

Shades of Genoa #337066

Tints of Genoa #337066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.49%

R = 19.25%
G = 42.26%
B = 38.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#337066 (or 0x337066) is known color: Genoa. HEX triplet: 33, 70 and 66. RGB value is (51,112,102). Sum of RGB (Red+Green+Blue) = 51+112+102=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #337066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337066 is #CC8F99. Grayscale: #5C5C5C. Windows color (decimal): -13406106 or 6713395. OLE color: 6713395.

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

Color convert

RGB 51 112 102 -
CMYK 0.54 0 0.09 0.56
HSL 170.16º 0.37% 0.32% -
HSV(B) 170.16º 0.54% 0.44% -
XYZ 9.56 13.25 14.62 -
YUV 92.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 51 112 102 0.54 0 0.09 0.56 170.16 0.37 0.32
Hex 33 70 66 36 0 9 38 AA 25 20
Octal 63 160 146 66 0 11 70 252 45 40
Binary 110011 1110000 1100110 110110 0 1001 111000 10101010 100101 100000

Color Harmonies of #337066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337066

Black with #337066

Text Example


Text Example

White with #337066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337066; }

 p { color: rgb(51,112,102); }

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

background-color css

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

 a { background-color: rgb(51,112,102); }

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

border-color css

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

 span { border-color: rgb(51,112,102); }

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