Html Css Color HEX #337268 Genoa

📋 copy color: '#337268'

red 51 ◦ green 114 ◦ blue 104

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

Shades of Genoa #337268

Tints of Genoa #337268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.38%

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

R = 18.96%
G = 42.38%
B = 38.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#337268 (or 0x337268) is known color: Genoa. HEX triplet: 33, 72 and 68. RGB value is (51,114,104). Sum of RGB (Red+Green+Blue) = 51+114+104=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #337268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337268 is #CC8D97. Grayscale: #5D5D5D. Windows color (decimal): -13405592 or 6844979. OLE color: 6844979.

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

Color convert

RGB 51 114 104 -
CMYK 0.55 0 0.09 0.55
HSL 170.48º 0.38% 0.32% -
HSV(B) 170.48º 0.55% 0.45% -
XYZ 9.88 13.74 15.23 -
YUV 94.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 51 114 104 0.55 0 0.09 0.55 170.48 0.38 0.32
Hex 33 72 68 37 0 9 37 AA 26 20
Octal 63 162 150 67 0 11 67 252 46 40
Binary 110011 1110010 1101000 110111 0 1001 110111 10101010 100110 100000

Color Harmonies of #337268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337268

Black with #337268

Text Example


Text Example

White with #337268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337268; }

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

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

background-color css

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

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

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

border-color css

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

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

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