Html Css Color HEX #225073 Venice Blue

📋 copy color: '#225073'

red 34 ◦ green 80 ◦ blue 115

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

Shades of Venice Blue #225073

Tints of Venice Blue #225073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

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

R = 14.85%
G = 34.93%
B = 50.22%

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

#225073 (or 0x225073) is known color: Venice Blue. HEX triplet: 22, 50 and 73. RGB value is (34,80,115). Sum of RGB (Red+Green+Blue) = 34+80+115=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #225073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225073 is #DDAF8C. Grayscale: #464646. Windows color (decimal): -14528397 or 7557154. OLE color: 7557154.

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

Color convert

RGB 34 80 115 -
CMYK 0.70 0.30 0 0.55
HSL 205.93º 0.54% 0.29% -
HSV(B) 205.93º 0.7% 0.45% -
XYZ 6.62 7.32 17.28 -
YUV 70.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 34 80 115 0.70 0.30 0 0.55 205.93 0.54 0.29
Hex 22 50 73 46 1E 0 37 CE 36 1D
Octal 42 120 163 106 36 0 67 316 66 35
Binary 100010 1010000 1110011 1000110 11110 0 110111 11001110 110110 11101

Color Harmonies of #225073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225073

Black with #225073

Text Example


Text Example

White with #225073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225073; }

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

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

background-color css

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

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

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

border-color css

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

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

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