Html Css Color HEX #227068 Genoa

📋 copy color: '#227068'

red 34 ◦ green 112 ◦ blue 104

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

Shades of Genoa #227068

Tints of Genoa #227068

RGB

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

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

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

R = 13.6%
G = 44.8%
B = 41.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#227068 (or 0x227068) is known color: Genoa. HEX triplet: 22, 70 and 68. RGB value is (34,112,104). Sum of RGB (Red+Green+Blue) = 34+112+104=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #227068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227068 is #DD8F97. Grayscale: #575757. Windows color (decimal): -14520216 or 6844450. OLE color: 6844450.

HSL color Cylindrical-coordinate representation of color #227068: hue angle of 173.85º 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 #227068 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 112 104 -
CMYK 0.70 0 0.07 0.56
HSL 173.85º 0.53% 0.29% -
HSV(B) 173.85º 0.7% 0.44% -
XYZ 8.95 12.93 15.12 -
YUV 87.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 34 112 104 0.70 0 0.07 0.56 173.85 0.53 0.29
Hex 22 70 68 46 0 7 38 AE 35 1D
Octal 42 160 150 106 0 7 70 256 65 35
Binary 100010 1110000 1101000 1000110 0 111 111000 10101110 110101 11101

Color Harmonies of #227068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227068

Black with #227068

Text Example


Text Example

White with #227068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227068; }

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

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

background-color css

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

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

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

border-color css

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

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

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