Html Css Color HEX #336864 Genoa

📋 copy color: '#336864'

red 51 ◦ green 104 ◦ blue 100

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

Shades of Genoa #336864

Tints of Genoa #336864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.78%

 BLUE value IS 100 (39.45% from 255) = 39.22%

R = 20%
G = 40.78%
B = 39.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#336864 (or 0x336864) is known color: Genoa. HEX triplet: 33, 68 and 64. RGB value is (51,104,100). Sum of RGB (Red+Green+Blue) = 51+104+100=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #336864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336864 is #CC979B. Grayscale: #575757. Windows color (decimal): -13408156 or 6580275. OLE color: 6580275.

HSL color Cylindrical-coordinate representation of color #336864: hue angle of 175.47º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336864 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 104 100 -
CMYK 0.51 0 0.04 0.59
HSL 175.47º 0.34% 0.3% -
HSV(B) 175.47º 0.51% 0.41% -
XYZ 8.62 11.52 13.83 -
YUV 87.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 51 104 100 0.51 0 0.04 0.59 175.47 0.34 0.3
Hex 33 68 64 33 0 4 3B AF 22 1E
Octal 63 150 144 63 0 4 73 257 42 36
Binary 110011 1101000 1100100 110011 0 100 111011 10101111 100010 11110

Color Harmonies of #336864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336864

Black with #336864

Text Example


Text Example

White with #336864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336864; }

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

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

background-color css

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

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

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

border-color css

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

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

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