Html Css Color HEX #224573 Venice Blue

📋 copy color: '#224573'

red 34 ◦ green 69 ◦ blue 115

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

Shades of Venice Blue #224573

Tints of Venice Blue #224573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

 BLUE value IS 115 (45.31% from 255) = 52.75%

R = 15.6%
G = 31.65%
B = 52.75%

CMYK

 C value IS 0.70

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#224573 (or 0x224573) is known color: Venice Blue. HEX triplet: 22, 45 and 73. RGB value is (34,69,115). Sum of RGB (Red+Green+Blue) = 34+69+115=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #224573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224573 is #DDBA8C. Grayscale: #3F3F3F. Windows color (decimal): -14531213 or 7554338. OLE color: 7554338.

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

Color convert

RGB 34 69 115 -
CMYK 0.70 0.4 0 0.55
HSL 214.07º 0.54% 0.29% -
HSV(B) 214.07º 0.7% 0.45% -
XYZ 5.88 5.83 17.04 -
YUV 63.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 34 69 115 0.70 0.4 0 0.55 214.07 0.54 0.29
Hex 22 45 73 46 28 0 37 D6 36 1D
Octal 42 105 163 106 50 0 67 326 66 35
Binary 100010 1000101 1110011 1000110 101000 0 110111 11010110 110110 11101

Color Harmonies of #224573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224573

Black with #224573

Text Example


Text Example

White with #224573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224573; }

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

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

background-color css

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

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

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

border-color css

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

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

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