Html Css Color HEX #336866 Genoa

📋 copy color: '#336866'

red 51 ◦ green 104 ◦ blue 102

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

Shades of Genoa #336866

Tints of Genoa #336866

RGB

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

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

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

R = 19.84%
G = 40.47%
B = 39.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#336866 (or 0x336866) is known color: Genoa. HEX triplet: 33, 68 and 66. RGB value is (51,104,102). Sum of RGB (Red+Green+Blue) = 51+104+102=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #336866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336866 is #CC9799. Grayscale: #575757. Windows color (decimal): -13408154 or 6711347. OLE color: 6711347.

HSL color Cylindrical-coordinate representation of color #336866: hue angle of 177.74º 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 #336866 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 104 102 -
CMYK 0.51 0 0.02 0.59
HSL 177.74º 0.34% 0.3% -
HSV(B) 177.74º 0.51% 0.41% -
XYZ 8.71 11.56 14.34 -
YUV 87.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 51 104 102 0.51 0 0.02 0.59 177.74 0.34 0.3
Hex 33 68 66 33 0 2 3B B2 22 1E
Octal 63 150 146 63 0 2 73 262 42 36
Binary 110011 1101000 1100110 110011 0 10 111011 10110010 100010 11110

Color Harmonies of #336866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336866

Black with #336866

Text Example


Text Example

White with #336866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336866; }

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

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

background-color css

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

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

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

border-color css

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

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

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