Html Css Color HEX #277168 Genoa

📋 copy color: '#277168'

red 39 ◦ green 113 ◦ blue 104

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

Shades of Genoa #277168

Tints of Genoa #277168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 15.23%
G = 44.14%
B = 40.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#277168 (or 0x277168) is known color: Genoa. HEX triplet: 27, 71 and 68. RGB value is (39,113,104). Sum of RGB (Red+Green+Blue) = 39+113+104=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #277168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277168 is #D88E97. Grayscale: #595959. Windows color (decimal): -14192280 or 6844711. OLE color: 6844711.

HSL color Cylindrical-coordinate representation of color #277168: hue angle of 172.7º degrees, saturation: 0.49, 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 #277168 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 113 104 -
CMYK 0.65 0 0.08 0.56
HSL 172.7º 0.49% 0.3% -
HSV(B) 172.7º 0.65% 0.44% -
XYZ 9.24 13.24 15.17 -
YUV 89.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 39 113 104 0.65 0 0.08 0.56 172.7 0.49 0.3
Hex 27 71 68 41 0 8 38 AD 31 1E
Octal 47 161 150 101 0 10 70 255 61 36
Binary 100111 1110001 1101000 1000001 0 1000 111000 10101101 110001 11110

Color Harmonies of #277168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277168

Black with #277168

Text Example


Text Example

White with #277168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277168; }

 p { color: rgb(39,113,104); }

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

background-color css

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

 a { background-color: rgb(39,113,104); }

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

border-color css

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

 span { border-color: rgb(39,113,104); }

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