Html Css Color HEX #326864 Genoa

📋 copy color: '#326864'

red 50 ◦ green 104 ◦ blue 100

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

Shades of Genoa #326864

Tints of Genoa #326864

RGB

 RED value IS 50 (19.92% from 255) = 19.69%

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

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

R = 19.69%
G = 40.94%
B = 39.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#326864 (or 0x326864) is known color: Genoa. HEX triplet: 32, 68 and 64. RGB value is (50,104,100). Sum of RGB (Red+Green+Blue) = 50+104+100=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #326864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326864 is #CD979B. Grayscale: #575757. Windows color (decimal): -13473692 or 6580274. OLE color: 6580274.

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

Color convert

RGB 50 104 100 -
CMYK 0.52 0 0.04 0.59
HSL 175.56º 0.35% 0.3% -
HSV(B) 175.56º 0.52% 0.41% -
XYZ 8.57 11.5 13.82 -
YUV 87.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 50 104 100 0.52 0 0.04 0.59 175.56 0.35 0.3
Hex 32 68 64 34 0 4 3B B0 23 1E
Octal 62 150 144 64 0 4 73 260 43 36
Binary 110010 1101000 1100100 110100 0 100 111011 10110000 100011 11110

Color Harmonies of #326864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326864

Black with #326864

Text Example


Text Example

White with #326864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326864; }

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

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

background-color css

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

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

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

border-color css

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

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

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