Html Css Color HEX #224A76 Venice Blue

📋 copy color: '#224A76'

red 34 ◦ green 74 ◦ blue 118

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

Shades of Venice Blue #224A76

Tints of Venice Blue #224A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 15.04%
G = 32.74%
B = 52.21%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#224A76 (or 0x224A76) is known color: Venice Blue. HEX triplet: 22, 4A and 76. RGB value is (34,74,118). Sum of RGB (Red+Green+Blue) = 34+74+118=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #224A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A76 is #DDB589. Grayscale: #424242. Windows color (decimal): -14529930 or 7752226. OLE color: 7752226.

HSL color Cylindrical-coordinate representation of color #224A76: hue angle of 211.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224A76 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 74 118 -
CMYK 0.71 0.37 0 0.54
HSL 211.43º 0.55% 0.3% -
HSV(B) 211.43º 0.71% 0.46% -
XYZ 6.38 6.55 18.07 -
YUV 67.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 34 74 118 0.71 0.37 0 0.54 211.43 0.55 0.3
Hex 22 4A 76 47 25 0 36 D3 37 1E
Octal 42 112 166 107 45 0 66 323 67 36
Binary 100010 1001010 1110110 1000111 100101 0 110110 11010011 110111 11110

Color Harmonies of #224A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A76

Black with #224A76

Text Example


Text Example

White with #224A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224A76; }

 p { color: rgb(34,74,118); }

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

background-color css

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

 a { background-color: rgb(34,74,118); }

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

border-color css

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

 span { border-color: rgb(34,74,118); }

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