Html Css Color HEX #224D70 Venice Blue

📋 copy color: '#224D70'

red 34 ◦ green 77 ◦ blue 112

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

Shades of Venice Blue #224D70

Tints of Venice Blue #224D70

RGB

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

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

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

R = 15.25%
G = 34.53%
B = 50.22%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#224D70 (or 0x224D70) is known color: Venice Blue. HEX triplet: 22, 4D and 70. RGB value is (34,77,112). Sum of RGB (Red+Green+Blue) = 34+77+112=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #224D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D70 is #DDB28F. Grayscale: #434343. Windows color (decimal): -14529168 or 7359778. OLE color: 7359778.

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

Color convert

RGB 34 77 112 -
CMYK 0.70 0.31 0 0.56
HSL 206.92º 0.53% 0.29% -
HSV(B) 206.92º 0.7% 0.44% -
XYZ 6.24 6.82 16.32 -
YUV 68.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 34 77 112 0.70 0.31 0 0.56 206.92 0.53 0.29
Hex 22 4D 70 46 1F 0 38 CF 35 1D
Octal 42 115 160 106 37 0 70 317 65 35
Binary 100010 1001101 1110000 1000110 11111 0 111000 11001111 110101 11101

Color Harmonies of #224D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D70

Black with #224D70

Text Example


Text Example

White with #224D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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