Html Css Color HEX #224770 Venice Blue

📋 copy color: '#224770'

red 34 ◦ green 71 ◦ blue 112

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

Shades of Venice Blue #224770

Tints of Venice Blue #224770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.72%

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

R = 15.67%
G = 32.72%
B = 51.61%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#224770 (or 0x224770) is known color: Venice Blue. HEX triplet: 22, 47 and 70. RGB value is (34,71,112). Sum of RGB (Red+Green+Blue) = 34+71+112=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #224770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224770 is #DDB88F. Grayscale: #404040. Windows color (decimal): -14530704 or 7358242. OLE color: 7358242.

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

Color convert

RGB 34 71 112 -
CMYK 0.70 0.37 0 0.56
HSL 211.54º 0.53% 0.29% -
HSV(B) 211.54º 0.7% 0.44% -
XYZ 5.84 6.02 16.18 -
YUV 64.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 34 71 112 0.70 0.37 0 0.56 211.54 0.53 0.29
Hex 22 47 70 46 25 0 38 D4 35 1D
Octal 42 107 160 106 45 0 70 324 65 35
Binary 100010 1000111 1110000 1000110 100101 0 111000 11010100 110101 11101

Color Harmonies of #224770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224770

Black with #224770

Text Example


Text Example

White with #224770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224770; }

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

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

background-color css

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

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

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

border-color css

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

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

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