Html Css Color HEX #366864 Genoa

📋 copy color: '#366864'

red 54 ◦ green 104 ◦ blue 100

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

Shades of Genoa #366864

Tints of Genoa #366864

RGB

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

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

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

R = 20.93%
G = 40.31%
B = 38.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#366864 (or 0x366864) is known color: Genoa. HEX triplet: 36, 68 and 64. RGB value is (54,104,100). Sum of RGB (Red+Green+Blue) = 54+104+100=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #366864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366864 is #C9979B. Grayscale: #585858. Windows color (decimal): -13211548 or 6580278. OLE color: 6580278.

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

Color convert

RGB 54 104 100 -
CMYK 0.48 0 0.04 0.59
HSL 175.2º 0.32% 0.31% -
HSV(B) 175.2º 0.48% 0.41% -
XYZ 8.77 11.61 13.83 -
YUV 88.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 54 104 100 0.48 0 0.04 0.59 175.2 0.32 0.31
Hex 36 68 64 30 0 4 3B AF 20 1F
Octal 66 150 144 60 0 4 73 257 40 37
Binary 110110 1101000 1100100 110000 0 100 111011 10101111 100000 11111

Color Harmonies of #366864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366864

Black with #366864

Text Example


Text Example

White with #366864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366864; }

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

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

background-color css

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

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

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

border-color css

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

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

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