Html Css Color HEX #346866 Genoa

📋 copy color: '#346866'

red 52 ◦ green 104 ◦ blue 102

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

Shades of Genoa #346866

Tints of Genoa #346866

RGB

 RED value IS 52 (20.7% from 255) = 20.16%

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

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

R = 20.16%
G = 40.31%
B = 39.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#346866 (or 0x346866) is known color: Genoa. HEX triplet: 34, 68 and 66. RGB value is (52,104,102). Sum of RGB (Red+Green+Blue) = 52+104+102=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #346866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346866 is #CB9799. Grayscale: #585858. Windows color (decimal): -13342618 or 6711348. OLE color: 6711348.

HSL color Cylindrical-coordinate representation of color #346866: hue angle of 177.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346866 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 104 102 -
CMYK 0.50 0 0.02 0.59
HSL 177.69º 0.33% 0.31% -
HSV(B) 177.69º 0.5% 0.41% -
XYZ 8.76 11.59 14.35 -
YUV 88.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 52 104 102 0.50 0 0.02 0.59 177.69 0.33 0.31
Hex 34 68 66 32 0 2 3B B2 21 1F
Octal 64 150 146 62 0 2 73 262 41 37
Binary 110100 1101000 1100110 110010 0 10 111011 10110010 100001 11111

Color Harmonies of #346866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346866

Black with #346866

Text Example


Text Example

White with #346866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346866; }

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

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

background-color css

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

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

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

border-color css

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

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

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