Html Css Color HEX #366866 Genoa

📋 copy color: '#366866'

red 54 ◦ green 104 ◦ blue 102

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

Shades of Genoa #366866

Tints of Genoa #366866

RGB

 RED value IS 54 (21.48% from 255) = 20.77%

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

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

R = 20.77%
G = 40%
B = 39.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#366866 (or 0x366866) is known color: Genoa. HEX triplet: 36, 68 and 66. RGB value is (54,104,102). Sum of RGB (Red+Green+Blue) = 54+104+102=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #366866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366866 is #C99799. Grayscale: #585858. Windows color (decimal): -13211546 or 6711350. OLE color: 6711350.

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

Color convert

RGB 54 104 102 -
CMYK 0.48 0 0.02 0.59
HSL 177.6º 0.32% 0.31% -
HSV(B) 177.6º 0.48% 0.41% -
XYZ 8.87 11.64 14.35 -
YUV 88.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 54 104 102 0.48 0 0.02 0.59 177.6 0.32 0.31
Hex 36 68 66 30 0 2 3B B2 20 1F
Octal 66 150 146 60 0 2 73 262 40 37
Binary 110110 1101000 1100110 110000 0 10 111011 10110010 100000 11111

Color Harmonies of #366866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366866

Black with #366866

Text Example


Text Example

White with #366866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366866; }

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

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

background-color css

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

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

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

border-color css

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

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

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