Html Css Color HEX #224873 Venice Blue

📋 copy color: '#224873'

red 34 ◦ green 72 ◦ blue 115

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

Shades of Venice Blue #224873

Tints of Venice Blue #224873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

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

R = 15.38%
G = 32.58%
B = 52.04%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#224873 (or 0x224873) is known color: Venice Blue. HEX triplet: 22, 48 and 73. RGB value is (34,72,115). Sum of RGB (Red+Green+Blue) = 34+72+115=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #224873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224873 is #DDB78C. Grayscale: #414141. Windows color (decimal): -14530445 or 7555106. OLE color: 7555106.

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

Color convert

RGB 34 72 115 -
CMYK 0.70 0.37 0 0.55
HSL 211.85º 0.54% 0.29% -
HSV(B) 211.85º 0.7% 0.45% -
XYZ 6.07 6.21 17.1 -
YUV 65.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 34 72 115 0.70 0.37 0 0.55 211.85 0.54 0.29
Hex 22 48 73 46 25 0 37 D4 36 1D
Octal 42 110 163 106 45 0 67 324 66 35
Binary 100010 1001000 1110011 1000110 100101 0 110111 11010100 110110 11101

Color Harmonies of #224873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224873

Black with #224873

Text Example


Text Example

White with #224873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224873; }

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

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

background-color css

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

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

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

border-color css

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

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

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