Html Css Color HEX #22496E Venice Blue

📋 copy color: '#22496E'

red 34 ◦ green 73 ◦ blue 110

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

Shades of Venice Blue #22496E

Tints of Venice Blue #22496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.69%

R = 15.67%
G = 33.64%
B = 50.69%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#22496E (or 0x22496E) is known color: Venice Blue. HEX triplet: 22, 49 and 6E. RGB value is (34,73,110). Sum of RGB (Red+Green+Blue) = 34+73+110=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #22496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22496E is #DDB691. Grayscale: #414141. Windows color (decimal): -14530194 or 7227682. OLE color: 7227682.

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

Color convert

RGB 34 73 110 -
CMYK 0.69 0.34 0 0.57
HSL 209.21º 0.53% 0.28% -
HSV(B) 209.21º 0.69% 0.43% -
XYZ 5.86 6.23 15.65 -
YUV 65.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 34 73 110 0.69 0.34 0 0.57 209.21 0.53 0.28
Hex 22 49 6E 45 22 0 39 D1 35 1C
Octal 42 111 156 105 42 0 71 321 65 34
Binary 100010 1001001 1101110 1000101 100010 0 111001 11010001 110101 11100

Color Harmonies of #22496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22496E

Black with #22496E

Text Example


Text Example

White with #22496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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