Html Css Color HEX #227368 Genoa

📋 copy color: '#227368'

red 34 ◦ green 115 ◦ blue 104

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

Shades of Genoa #227368

Tints of Genoa #227368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.45%

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

R = 13.44%
G = 45.45%
B = 41.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#227368 (or 0x227368) is known color: Genoa. HEX triplet: 22, 73 and 68. RGB value is (34,115,104). Sum of RGB (Red+Green+Blue) = 34+115+104=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #227368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227368 is #DD8C97. Grayscale: #595959. Windows color (decimal): -14519448 or 6845218. OLE color: 6845218.

HSL color Cylindrical-coordinate representation of color #227368: hue angle of 171.85º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227368 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 115 104 -
CMYK 0.70 0 0.10 0.55
HSL 171.85º 0.54% 0.29% -
HSV(B) 171.85º 0.7% 0.45% -
XYZ 9.29 13.6 15.23 -
YUV 89.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 34 115 104 0.70 0 0.10 0.55 171.85 0.54 0.29
Hex 22 73 68 46 0 A 37 AC 36 1D
Octal 42 163 150 106 0 12 67 254 66 35
Binary 100010 1110011 1101000 1000110 0 1010 110111 10101100 110110 11101

Color Harmonies of #227368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227368

Black with #227368

Text Example


Text Example

White with #227368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227368; }

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

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

background-color css

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

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

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

border-color css

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

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

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