Html Css Color HEX #224F72 Venice Blue

📋 copy color: '#224F72'

red 34 ◦ green 79 ◦ blue 114

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

Shades of Venice Blue #224F72

Tints of Venice Blue #224F72

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.8%

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 14.98%
G = 34.8%
B = 50.22%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#224F72 (or 0x224F72) is known color: Venice Blue. HEX triplet: 22, 4F and 72. RGB value is (34,79,114). Sum of RGB (Red+Green+Blue) = 34+79+114=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #224F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F72 is #DDB08D. Grayscale: #454545. Windows color (decimal): -14528654 or 7491362. OLE color: 7491362.

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

Color convert

RGB 34 79 114 -
CMYK 0.70 0.31 0 0.55
HSL 206.25º 0.54% 0.29% -
HSV(B) 206.25º 0.7% 0.45% -
XYZ 6.49 7.15 16.96 -
YUV 69.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 34 79 114 0.70 0.31 0 0.55 206.25 0.54 0.29
Hex 22 4F 72 46 1F 0 37 CE 36 1D
Octal 42 117 162 106 37 0 67 316 66 35
Binary 100010 1001111 1110010 1000110 11111 0 110111 11001110 110110 11101

Color Harmonies of #224F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F72

Black with #224F72

Text Example


Text Example

White with #224F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,79,114); }

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

background-color css

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

 a { background-color: rgb(34,79,114); }

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

border-color css

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

 span { border-color: rgb(34,79,114); }

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