Html Css Color HEX #326868 Genoa

📋 copy color: '#326868'

red 50 ◦ green 104 ◦ blue 104

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

Shades of Genoa #326868

Tints of Genoa #326868

RGB

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

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

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

R = 19.38%
G = 40.31%
B = 40.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#326868 (or 0x326868) is known color: Genoa. HEX triplet: 32, 68 and 68. RGB value is (50,104,104). Sum of RGB (Red+Green+Blue) = 50+104+104=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #326868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326868 is #CD9797. Grayscale: #575757. Windows color (decimal): -13473688 or 6842418. OLE color: 6842418.

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

Color convert

RGB 50 104 104 -
CMYK 0.52 0 0 0.59
HSL 180º 0.35% 0.3% -
HSV(B) 180º 0.52% 0.41% -
XYZ 8.76 11.58 14.87 -
YUV 87.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 50 104 104 0.52 0 0 0.59 180 0.35 0.3
Hex 32 68 68 34 0 0 3B B4 23 1E
Octal 62 150 150 64 0 0 73 264 43 36
Binary 110010 1101000 1101000 110100 0 0 111011 10110100 100011 11110

Color Harmonies of #326868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326868

Black with #326868

Text Example


Text Example

White with #326868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326868; }

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

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

background-color css

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

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

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

border-color css

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

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

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