Html Css Color HEX #227066 Genoa

📋 copy color: '#227066'

red 34 ◦ green 112 ◦ blue 102

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

Shades of Genoa #227066

Tints of Genoa #227066

RGB

 RED value IS 34 (13.67% from 255) = 13.71%

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

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

R = 13.71%
G = 45.16%
B = 41.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#227066 (or 0x227066) is known color: Genoa. HEX triplet: 22, 70 and 66. RGB value is (34,112,102). Sum of RGB (Red+Green+Blue) = 34+112+102=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #227066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227066 is #DD8F99. Grayscale: #575757. Windows color (decimal): -14520218 or 6713378. OLE color: 6713378.

HSL color Cylindrical-coordinate representation of color #227066: hue angle of 172.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227066 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 112 102 -
CMYK 0.70 0 0.09 0.56
HSL 172.31º 0.53% 0.29% -
HSV(B) 172.31º 0.7% 0.44% -
XYZ 8.85 12.89 14.59 -
YUV 87.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 34 112 102 0.70 0 0.09 0.56 172.31 0.53 0.29
Hex 22 70 66 46 0 9 38 AC 35 1D
Octal 42 160 146 106 0 11 70 254 65 35
Binary 100010 1110000 1100110 1000110 0 1001 111000 10101100 110101 11101

Color Harmonies of #227066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227066

Black with #227066

Text Example


Text Example

White with #227066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227066; }

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

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

background-color css

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

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

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

border-color css

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

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

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