Html Css Color HEX #22496F Venice Blue

📋 copy color: '#22496F'

red 34 ◦ green 73 ◦ blue 111

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

Shades of Venice Blue #22496F

Tints of Venice Blue #22496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 111 (43.75% from 255) = 50.92%

R = 15.6%
G = 33.49%
B = 50.92%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#22496F (or 0x22496F) is known color: Venice Blue. HEX triplet: 22, 49 and 6F. RGB value is (34,73,111). Sum of RGB (Red+Green+Blue) = 34+73+111=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #22496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22496F is #DDB690. Grayscale: #414141. Windows color (decimal): -14530193 or 7293218. OLE color: 7293218.

HSL color Cylindrical-coordinate representation of color #22496F: hue angle of 209.61º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22496F is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 73 111 -
CMYK 0.69 0.34 0 0.56
HSL 209.61º 0.53% 0.28% -
HSV(B) 209.61º 0.69% 0.44% -
XYZ 5.91 6.25 15.93 -
YUV 65.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 34 73 111 0.69 0.34 0 0.56 209.61 0.53 0.28
Hex 22 49 6F 45 22 0 38 D2 35 1C
Octal 42 111 157 105 42 0 70 322 65 34
Binary 100010 1001001 1101111 1000101 100010 0 111000 11010010 110101 11100

Color Harmonies of #22496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22496F

Black with #22496F

Text Example


Text Example

White with #22496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22496F; }

 p { color: rgb(34,73,111); }

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

background-color css

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

 a { background-color: rgb(34,73,111); }

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

border-color css

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

 span { border-color: rgb(34,73,111); }

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