Html Css Color HEX #224E74 Venice Blue

📋 copy color: '#224E74'

red 34 ◦ green 78 ◦ blue 116

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

Shades of Venice Blue #224E74

Tints of Venice Blue #224E74

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.21%

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

R = 14.91%
G = 34.21%
B = 50.88%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#224E74 (or 0x224E74) is known color: Venice Blue. HEX triplet: 22, 4E and 74. RGB value is (34,78,116). Sum of RGB (Red+Green+Blue) = 34+78+116=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #224E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E74 is #DDB18B. Grayscale: #444444. Windows color (decimal): -14528908 or 7622178. OLE color: 7622178.

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

Color convert

RGB 34 78 116 -
CMYK 0.71 0.33 0 0.55
HSL 207.8º 0.55% 0.29% -
HSV(B) 207.8º 0.71% 0.45% -
XYZ 6.54 7.05 17.54 -
YUV 69.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 34 78 116 0.71 0.33 0 0.55 207.8 0.55 0.29
Hex 22 4E 74 47 21 0 37 D0 37 1D
Octal 42 116 164 107 41 0 67 320 67 35
Binary 100010 1001110 1110100 1000111 100001 0 110111 11010000 110111 11101

Color Harmonies of #224E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224E74

Black with #224E74

Text Example


Text Example

White with #224E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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