Html Css Color HEX #224870 Venice Blue

📋 copy color: '#224870'

red 34 ◦ green 72 ◦ blue 112

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

Shades of Venice Blue #224870

Tints of Venice Blue #224870

RGB

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

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

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

R = 15.6%
G = 33.03%
B = 51.38%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#224870 (or 0x224870) is known color: Venice Blue. HEX triplet: 22, 48 and 70. RGB value is (34,72,112). Sum of RGB (Red+Green+Blue) = 34+72+112=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #224870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224870 is #DDB78F. Grayscale: #414141. Windows color (decimal): -14530448 or 7358498. OLE color: 7358498.

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

Color convert

RGB 34 72 112 -
CMYK 0.70 0.36 0 0.56
HSL 210.77º 0.53% 0.29% -
HSV(B) 210.77º 0.7% 0.44% -
XYZ 5.9 6.14 16.2 -
YUV 65.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 34 72 112 0.70 0.36 0 0.56 210.77 0.53 0.29
Hex 22 48 70 46 24 0 38 D3 35 1D
Octal 42 110 160 106 44 0 70 323 65 35
Binary 100010 1001000 1110000 1000110 100100 0 111000 11010011 110101 11101

Color Harmonies of #224870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224870

Black with #224870

Text Example


Text Example

White with #224870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224870; }

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

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

background-color css

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

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

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

border-color css

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

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

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