Html Css Color HEX #224B73 Venice Blue

📋 copy color: '#224B73'

red 34 ◦ green 75 ◦ blue 115

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

Shades of Venice Blue #224B73

Tints of Venice Blue #224B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.48%

 BLUE value IS 115 (45.31% from 255) = 51.34%

R = 15.18%
G = 33.48%
B = 51.34%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#224B73 (or 0x224B73) is known color: Venice Blue. HEX triplet: 22, 4B and 73. RGB value is (34,75,115). Sum of RGB (Red+Green+Blue) = 34+75+115=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #224B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B73 is #DDB48C. Grayscale: #434343. Windows color (decimal): -14529677 or 7555874. OLE color: 7555874.

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

Color convert

RGB 34 75 115 -
CMYK 0.70 0.35 0 0.55
HSL 209.63º 0.54% 0.29% -
HSV(B) 209.63º 0.7% 0.45% -
XYZ 6.27 6.61 17.17 -
YUV 67.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 34 75 115 0.70 0.35 0 0.55 209.63 0.54 0.29
Hex 22 4B 73 46 23 0 37 D2 36 1D
Octal 42 113 163 106 43 0 67 322 66 35
Binary 100010 1001011 1110011 1000110 100011 0 110111 11010010 110110 11101

Color Harmonies of #224B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B73

Black with #224B73

Text Example


Text Example

White with #224B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,75,115); }

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

background-color css

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

 a { background-color: rgb(34,75,115); }

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

border-color css

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

 span { border-color: rgb(34,75,115); }

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