Html Css Color HEX #224E72 Venice Blue

📋 copy color: '#224E72'

red 34 ◦ green 78 ◦ blue 114

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

Shades of Venice Blue #224E72

Tints of Venice Blue #224E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.51%

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

R = 15.04%
G = 34.51%
B = 50.44%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#224E72 (or 0x224E72) is known color: Venice Blue. HEX triplet: 22, 4E and 72. RGB value is (34,78,114). Sum of RGB (Red+Green+Blue) = 34+78+114=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #224E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E72 is #DDB18D. Grayscale: #444444. Windows color (decimal): -14528910 or 7491106. OLE color: 7491106.

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

Color convert

RGB 34 78 114 -
CMYK 0.70 0.32 0 0.55
HSL 207º 0.54% 0.29% -
HSV(B) 207º 0.7% 0.45% -
XYZ 6.42 7 16.93 -
YUV 68.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 34 78 114 0.70 0.32 0 0.55 207 0.54 0.29
Hex 22 4E 72 46 20 0 37 CF 36 1D
Octal 42 116 162 106 40 0 67 317 66 35
Binary 100010 1001110 1110010 1000110 100000 0 110111 11001111 110110 11101

Color Harmonies of #224E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224E72

Black with #224E72

Text Example


Text Example

White with #224E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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