Html Css Color HEX #224D73 Venice Blue

📋 copy color: '#224D73'

red 34 ◦ green 77 ◦ blue 115

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

Shades of Venice Blue #224D73

Tints of Venice Blue #224D73

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.07%

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

R = 15.04%
G = 34.07%
B = 50.88%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#224D73 (or 0x224D73) is known color: Venice Blue. HEX triplet: 22, 4D and 73. RGB value is (34,77,115). Sum of RGB (Red+Green+Blue) = 34+77+115=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #224D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D73 is #DDB28C. Grayscale: #444444. Windows color (decimal): -14529165 or 7556386. OLE color: 7556386.

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

Color convert

RGB 34 77 115 -
CMYK 0.70 0.33 0 0.55
HSL 208.15º 0.54% 0.29% -
HSV(B) 208.15º 0.7% 0.45% -
XYZ 6.41 6.89 17.21 -
YUV 68.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 34 77 115 0.70 0.33 0 0.55 208.15 0.54 0.29
Hex 22 4D 73 46 21 0 37 D0 36 1D
Octal 42 115 163 106 41 0 67 320 66 35
Binary 100010 1001101 1110011 1000110 100001 0 110111 11010000 110110 11101

Color Harmonies of #224D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D73

Black with #224D73

Text Example


Text Example

White with #224D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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