Html Css Color HEX #224D75 Venice Blue

📋 copy color: '#224D75'

red 34 ◦ green 77 ◦ blue 117

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

Shades of Venice Blue #224D75

Tints of Venice Blue #224D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.77%

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

R = 14.91%
G = 33.77%
B = 51.32%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#224D75 (or 0x224D75) is known color: Venice Blue. HEX triplet: 22, 4D and 75. RGB value is (34,77,117). Sum of RGB (Red+Green+Blue) = 34+77+117=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #224D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D75 is #DDB28A. Grayscale: #444444. Windows color (decimal): -14529163 or 7687458. OLE color: 7687458.

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

Color convert

RGB 34 77 117 -
CMYK 0.71 0.34 0 0.54
HSL 208.92º 0.55% 0.3% -
HSV(B) 208.92º 0.71% 0.46% -
XYZ 6.52 6.93 17.82 -
YUV 68.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 34 77 117 0.71 0.34 0 0.54 208.92 0.55 0.3
Hex 22 4D 75 47 22 0 36 D1 37 1E
Octal 42 115 165 107 42 0 66 321 67 36
Binary 100010 1001101 1110101 1000111 100010 0 110110 11010001 110111 11110

Color Harmonies of #224D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D75

Black with #224D75

Text Example


Text Example

White with #224D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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