Html Css Color HEX #224970 Venice Blue

📋 copy color: '#224970'

red 34 ◦ green 73 ◦ blue 112

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

Shades of Venice Blue #224970

Tints of Venice Blue #224970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.33%

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 15.53%
G = 33.33%
B = 51.14%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#224970 (or 0x224970) is known color: Venice Blue. HEX triplet: 22, 49 and 70. RGB value is (34,73,112). Sum of RGB (Red+Green+Blue) = 34+73+112=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #224970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224970 is #DDB68F. Grayscale: #414141. Windows color (decimal): -14530192 or 7358754. OLE color: 7358754.

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

Color convert

RGB 34 73 112 -
CMYK 0.70 0.35 0 0.56
HSL 210º 0.53% 0.29% -
HSV(B) 210º 0.7% 0.44% -
XYZ 5.97 6.28 16.23 -
YUV 65.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 34 73 112 0.70 0.35 0 0.56 210 0.53 0.29
Hex 22 49 70 46 23 0 38 D2 35 1D
Octal 42 111 160 106 43 0 70 322 65 35
Binary 100010 1001001 1110000 1000110 100011 0 111000 11010010 110101 11101

Color Harmonies of #224970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224970

Black with #224970

Text Example


Text Example

White with #224970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224970; }

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

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

background-color css

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

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

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

border-color css

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

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

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