Html Css Color HEX #366865 Genoa

📋 copy color: '#366865'

red 54 ◦ green 104 ◦ blue 101

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

Shades of Genoa #366865

Tints of Genoa #366865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39%

R = 20.85%
G = 40.15%
B = 39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#366865 (or 0x366865) is known color: Genoa. HEX triplet: 36, 68 and 65. RGB value is (54,104,101). Sum of RGB (Red+Green+Blue) = 54+104+101=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #366865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366865 is #C9979A. Grayscale: #585858. Windows color (decimal): -13211547 or 6645814. OLE color: 6645814.

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

Color convert

RGB 54 104 101 -
CMYK 0.48 0 0.03 0.59
HSL 176.4º 0.32% 0.31% -
HSV(B) 176.4º 0.48% 0.41% -
XYZ 8.82 11.62 14.09 -
YUV 88.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 54 104 101 0.48 0 0.03 0.59 176.4 0.32 0.31
Hex 36 68 65 30 0 3 3B B0 20 1F
Octal 66 150 145 60 0 3 73 260 40 37
Binary 110110 1101000 1100101 110000 0 11 111011 10110000 100000 11111

Color Harmonies of #366865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366865

Black with #366865

Text Example


Text Example

White with #366865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366865; }

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

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

background-color css

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

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

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

border-color css

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

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

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