Html Css Color HEX #224877 Venice Blue

📋 copy color: '#224877'

red 34 ◦ green 72 ◦ blue 119

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

Shades of Venice Blue #224877

Tints of Venice Blue #224877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 15.11%
G = 32%
B = 52.89%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#224877 (or 0x224877) is known color: Venice Blue. HEX triplet: 22, 48 and 77. RGB value is (34,72,119). Sum of RGB (Red+Green+Blue) = 34+72+119=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #224877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224877 is #DDB788. Grayscale: #414141. Windows color (decimal): -14530441 or 7817250. OLE color: 7817250.

HSL color Cylindrical-coordinate representation of color #224877: hue angle of 213.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224877 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 72 119 -
CMYK 0.71 0.39 0 0.53
HSL 213.18º 0.56% 0.3% -
HSV(B) 213.18º 0.71% 0.47% -
XYZ 6.31 6.31 18.34 -
YUV 66 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 34 72 119 0.71 0.39 0 0.53 213.18 0.56 0.3
Hex 22 48 77 47 27 0 35 D5 38 1E
Octal 42 110 167 107 47 0 65 325 70 36
Binary 100010 1001000 1110111 1000111 100111 0 110101 11010101 111000 11110

Color Harmonies of #224877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224877

Black with #224877

Text Example


Text Example

White with #224877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224877; }

 p { color: rgb(34,72,119); }

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

background-color css

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

 a { background-color: rgb(34,72,119); }

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

border-color css

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

 span { border-color: rgb(34,72,119); }

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