Html Css Color HEX #224674 Venice Blue

📋 copy color: '#224674'

red 34 ◦ green 70 ◦ blue 116

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

Shades of Venice Blue #224674

Tints of Venice Blue #224674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

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

R = 15.45%
G = 31.82%
B = 52.73%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#224674 (or 0x224674) is known color: Venice Blue. HEX triplet: 22, 46 and 74. RGB value is (34,70,116). Sum of RGB (Red+Green+Blue) = 34+70+116=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #224674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224674 is #DDB98B. Grayscale: #404040. Windows color (decimal): -14530956 or 7620130. OLE color: 7620130.

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

Color convert

RGB 34 70 116 -
CMYK 0.71 0.40 0 0.55
HSL 213.66º 0.55% 0.29% -
HSV(B) 213.66º 0.71% 0.45% -
XYZ 6 5.98 17.36 -
YUV 64.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 34 70 116 0.71 0.40 0 0.55 213.66 0.55 0.29
Hex 22 46 74 47 28 0 37 D6 37 1D
Octal 42 106 164 107 50 0 67 326 67 35
Binary 100010 1000110 1110100 1000111 101000 0 110111 11010110 110111 11101

Color Harmonies of #224674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224674

Black with #224674

Text Example


Text Example

White with #224674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224674; }

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

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

background-color css

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

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

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

border-color css

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

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

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