Html Css Color HEX #224F74 Venice Blue

📋 copy color: '#224F74'

red 34 ◦ green 79 ◦ blue 116

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

Shades of Venice Blue #224F74

Tints of Venice Blue #224F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.5%

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

R = 14.85%
G = 34.5%
B = 50.66%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#224F74 (or 0x224F74) is known color: Venice Blue. HEX triplet: 22, 4F and 74. RGB value is (34,79,116). Sum of RGB (Red+Green+Blue) = 34+79+116=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #224F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F74 is #DDB08B. Grayscale: #454545. Windows color (decimal): -14528652 or 7622434. OLE color: 7622434.

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

Color convert

RGB 34 79 116 -
CMYK 0.71 0.32 0 0.55
HSL 207.07º 0.55% 0.29% -
HSV(B) 207.07º 0.71% 0.45% -
XYZ 6.61 7.19 17.56 -
YUV 69.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 34 79 116 0.71 0.32 0 0.55 207.07 0.55 0.29
Hex 22 4F 74 47 20 0 37 CF 37 1D
Octal 42 117 164 107 40 0 67 317 67 35
Binary 100010 1001111 1110100 1000111 100000 0 110111 11001111 110111 11101

Color Harmonies of #224F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F74

Black with #224F74

Text Example


Text Example

White with #224F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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