Html Css Color HEX #224775 Venice Blue

📋 copy color: '#224775'

red 34 ◦ green 71 ◦ blue 117

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

Shades of Venice Blue #224775

Tints of Venice Blue #224775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.7%

R = 15.32%
G = 31.98%
B = 52.7%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#224775 (or 0x224775) is known color: Venice Blue. HEX triplet: 22, 47 and 75. RGB value is (34,71,117). Sum of RGB (Red+Green+Blue) = 34+71+117=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #224775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224775 is #DDB88A. Grayscale: #404040. Windows color (decimal): -14530699 or 7685922. OLE color: 7685922.

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

Color convert

RGB 34 71 117 -
CMYK 0.71 0.39 0 0.54
HSL 213.25º 0.55% 0.3% -
HSV(B) 213.25º 0.71% 0.46% -
XYZ 6.12 6.13 17.69 -
YUV 65.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 34 71 117 0.71 0.39 0 0.54 213.25 0.55 0.3
Hex 22 47 75 47 27 0 36 D5 37 1E
Octal 42 107 165 107 47 0 66 325 67 36
Binary 100010 1000111 1110101 1000111 100111 0 110110 11010101 110111 11110

Color Harmonies of #224775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224775

Black with #224775

Text Example


Text Example

White with #224775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224775; }

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

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

background-color css

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

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

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

border-color css

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

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

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