Html Css Color HEX #225173 Venice Blue

📋 copy color: '#225173'

red 34 ◦ green 81 ◦ blue 115

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

Shades of Venice Blue #225173

Tints of Venice Blue #225173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.22%

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

R = 14.78%
G = 35.22%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#225173 (or 0x225173) is known color: Venice Blue. HEX triplet: 22, 51 and 73. RGB value is (34,81,115). Sum of RGB (Red+Green+Blue) = 34+81+115=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #225173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225173 is #DDAE8C. Grayscale: #464646. Windows color (decimal): -14528141 or 7557410. OLE color: 7557410.

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

Color convert

RGB 34 81 115 -
CMYK 0.70 0.30 0 0.55
HSL 205.19º 0.54% 0.29% -
HSV(B) 205.19º 0.7% 0.45% -
XYZ 6.7 7.46 17.31 -
YUV 70.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 34 81 115 0.70 0.30 0 0.55 205.19 0.54 0.29
Hex 22 51 73 46 1E 0 37 CD 36 1D
Octal 42 121 163 106 36 0 67 315 66 35
Binary 100010 1010001 1110011 1000110 11110 0 110111 11001101 110110 11101

Color Harmonies of #225173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225173

Black with #225173

Text Example


Text Example

White with #225173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225173; }

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

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

background-color css

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

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

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

border-color css

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

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

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