Html Css Color HEX #224A75 Venice Blue

📋 copy color: '#224A75'

red 34 ◦ green 74 ◦ blue 117

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

Shades of Venice Blue #224A75

Tints of Venice Blue #224A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.89%

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

R = 15.11%
G = 32.89%
B = 52%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#224A75 (or 0x224A75) is known color: Venice Blue. HEX triplet: 22, 4A and 75. RGB value is (34,74,117). Sum of RGB (Red+Green+Blue) = 34+74+117=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #224A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A75 is #DDB58A. Grayscale: #424242. Windows color (decimal): -14529931 or 7686690. OLE color: 7686690.

HSL color Cylindrical-coordinate representation of color #224A75: hue angle of 211.08º 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 #224A75 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 74 117 -
CMYK 0.71 0.37 0 0.54
HSL 211.08º 0.55% 0.3% -
HSV(B) 211.08º 0.71% 0.46% -
XYZ 6.32 6.52 17.76 -
YUV 66.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 34 74 117 0.71 0.37 0 0.54 211.08 0.55 0.3
Hex 22 4A 75 47 25 0 36 D3 37 1E
Octal 42 112 165 107 45 0 66 323 67 36
Binary 100010 1001010 1110101 1000111 100101 0 110110 11010011 110111 11110

Color Harmonies of #224A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A75

Black with #224A75

Text Example


Text Example

White with #224A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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