Html Css Color HEX #277066 Genoa

📋 copy color: '#277066'

red 39 ◦ green 112 ◦ blue 102

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

Shades of Genoa #277066

Tints of Genoa #277066

RGB

 RED value IS 39 (15.63% from 255) = 15.42%

 GREEN value IS 112 (44.14% from 255) = 44.27%

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

R = 15.42%
G = 44.27%
B = 40.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#277066 (or 0x277066) is known color: Genoa. HEX triplet: 27, 70 and 66. RGB value is (39,112,102). Sum of RGB (Red+Green+Blue) = 39+112+102=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #277066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277066 is #D88F99. Grayscale: #595959. Windows color (decimal): -14192538 or 6713383. OLE color: 6713383.

HSL color Cylindrical-coordinate representation of color #277066: hue angle of 171.78º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277066 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 112 102 -
CMYK 0.65 0 0.09 0.56
HSL 171.78º 0.48% 0.3% -
HSV(B) 171.78º 0.65% 0.44% -
XYZ 9.03 12.98 14.6 -
YUV 89.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 39 112 102 0.65 0 0.09 0.56 171.78 0.48 0.3
Hex 27 70 66 41 0 9 38 AC 30 1E
Octal 47 160 146 101 0 11 70 254 60 36
Binary 100111 1110000 1100110 1000001 0 1001 111000 10101100 110000 11110

Color Harmonies of #277066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277066

Black with #277066

Text Example


Text Example

White with #277066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277066; }

 p { color: rgb(39,112,102); }

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

background-color css

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

 a { background-color: rgb(39,112,102); }

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

border-color css

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

 span { border-color: rgb(39,112,102); }

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