Html Css Color HEX #224774 Venice Blue

📋 copy color: '#224774'

red 34 ◦ green 71 ◦ blue 116

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

Shades of Venice Blue #224774

Tints of Venice Blue #224774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 15.38%
G = 32.13%
B = 52.49%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#224774 (or 0x224774) is known color: Venice Blue. HEX triplet: 22, 47 and 74. RGB value is (34,71,116). Sum of RGB (Red+Green+Blue) = 34+71+116=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #224774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224774 is #DDB88B. Grayscale: #404040. Windows color (decimal): -14530700 or 7620386. OLE color: 7620386.

HSL color Cylindrical-coordinate representation of color #224774: hue angle of 212.93º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224774 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 71 116 -
CMYK 0.71 0.39 0 0.55
HSL 212.93º 0.55% 0.29% -
HSV(B) 212.93º 0.71% 0.45% -
XYZ 6.07 6.11 17.38 -
YUV 65.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 34 71 116 0.71 0.39 0 0.55 212.93 0.55 0.29
Hex 22 47 74 47 27 0 37 D5 37 1D
Octal 42 107 164 107 47 0 67 325 67 35
Binary 100010 1000111 1110100 1000111 100111 0 110111 11010101 110111 11101

Color Harmonies of #224774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224774

Black with #224774

Text Example


Text Example

White with #224774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224774; }

 p { color: rgb(34,71,116); }

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

background-color css

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

 a { background-color: rgb(34,71,116); }

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

border-color css

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

 span { border-color: rgb(34,71,116); }

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