Html Css Color HEX #326B6A Genoa

📋 copy color: '#326B6A'

red 50 ◦ green 107 ◦ blue 106

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

Shades of Genoa #326B6A

Tints of Genoa #326B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.68%

 BLUE value IS 106 (41.8% from 255) = 40.3%

R = 19.01%
G = 40.68%
B = 40.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#326B6A (or 0x326B6A) is known color: Genoa. HEX triplet: 32, 6B and 6A. RGB value is (50,107,106). Sum of RGB (Red+Green+Blue) = 50+107+106=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #326B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B6A is #CD9495. Grayscale: #595959. Windows color (decimal): -13472918 or 6974258. OLE color: 6974258.

HSL color Cylindrical-coordinate representation of color #326B6A: hue angle of 178.95º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326B6A is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 107 106 -
CMYK 0.53 0 0.01 0.58
HSL 178.95º 0.36% 0.31% -
HSV(B) 178.95º 0.53% 0.42% -
XYZ 9.17 12.23 15.51 -
YUV 89.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 50 107 106 0.53 0 0.01 0.58 178.95 0.36 0.31
Hex 32 6B 6A 35 0 1 3A B3 24 1F
Octal 62 153 152 65 0 1 72 263 44 37
Binary 110010 1101011 1101010 110101 0 1 111010 10110011 100100 11111

Color Harmonies of #326B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326B6A

Black with #326B6A

Text Example


Text Example

White with #326B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326B6A; }

 p { color: rgb(50,107,106); }

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

background-color css

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

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

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

border-color css

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

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

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