Html Css Color HEX #224D71 Venice Blue

📋 copy color: '#224D71'

red 34 ◦ green 77 ◦ blue 113

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

Shades of Venice Blue #224D71

Tints of Venice Blue #224D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 15.18%
G = 34.38%
B = 50.45%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#224D71 (or 0x224D71) is known color: Venice Blue. HEX triplet: 22, 4D and 71. RGB value is (34,77,113). Sum of RGB (Red+Green+Blue) = 34+77+113=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #224D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D71 is #DDB28E. Grayscale: #444444. Windows color (decimal): -14529167 or 7425314. OLE color: 7425314.

HSL color Cylindrical-coordinate representation of color #224D71: hue angle of 207.34º degrees, saturation: 0.54, 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 #224D71 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 77 113 -
CMYK 0.70 0.32 0 0.56
HSL 207.34º 0.54% 0.29% -
HSV(B) 207.34º 0.7% 0.44% -
XYZ 6.29 6.84 16.61 -
YUV 68.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 34 77 113 0.70 0.32 0 0.56 207.34 0.54 0.29
Hex 22 4D 71 46 20 0 38 CF 36 1D
Octal 42 115 161 106 40 0 70 317 66 35
Binary 100010 1001101 1110001 1000110 100000 0 111000 11001111 110110 11101

Color Harmonies of #224D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D71

Black with #224D71

Text Example


Text Example

White with #224D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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