Html Css Color HEX #225072 Venice Blue

📋 copy color: '#225072'

red 34 ◦ green 80 ◦ blue 114

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

Shades of Venice Blue #225072

Tints of Venice Blue #225072

RGB

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

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

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

R = 14.91%
G = 35.09%
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

#225072 (or 0x225072) is known color: Venice Blue. HEX triplet: 22, 50 and 72. RGB value is (34,80,114). Sum of RGB (Red+Green+Blue) = 34+80+114=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #225072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225072 is #DDAF8D. Grayscale: #454545. Windows color (decimal): -14528398 or 7491618. OLE color: 7491618.

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

Color convert

RGB 34 80 114 -
CMYK 0.70 0.30 0 0.55
HSL 205.5º 0.54% 0.29% -
HSV(B) 205.5º 0.7% 0.45% -
XYZ 6.57 7.29 16.98 -
YUV 70.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 34 80 114 0.70 0.30 0 0.55 205.5 0.54 0.29
Hex 22 50 72 46 1E 0 37 CE 36 1D
Octal 42 120 162 106 36 0 67 316 66 35
Binary 100010 1010000 1110010 1000110 11110 0 110111 11001110 110110 11101

Color Harmonies of #225072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225072

Black with #225072

Text Example


Text Example

White with #225072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225072; }

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

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

background-color css

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

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

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

border-color css

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

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

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