Html Css Color HEX #22476E Venice Blue

📋 copy color: '#22476E'

red 34 ◦ green 71 ◦ blue 110

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

Shades of Venice Blue #22476E

Tints of Venice Blue #22476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.02%

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

R = 15.81%
G = 33.02%
B = 51.16%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#22476E (or 0x22476E) is known color: Venice Blue. HEX triplet: 22, 47 and 6E. RGB value is (34,71,110). Sum of RGB (Red+Green+Blue) = 34+71+110=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #22476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22476E is #DDB891. Grayscale: #404040. Windows color (decimal): -14530706 or 7227170. OLE color: 7227170.

HSL color Cylindrical-coordinate representation of color #22476E: hue angle of 210.79º 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 #22476E is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 34 71 110 -
CMYK 0.69 0.35 0 0.57
HSL 210.79º 0.53% 0.28% -
HSV(B) 210.79º 0.69% 0.43% -
XYZ 5.73 5.97 15.6 -
YUV 64.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 34 71 110 0.69 0.35 0 0.57 210.79 0.53 0.28
Hex 22 47 6E 45 23 0 39 D3 35 1C
Octal 42 107 156 105 43 0 71 323 65 34
Binary 100010 1000111 1101110 1000101 100011 0 111001 11010011 110101 11100

Color Harmonies of #22476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22476E

Black with #22476E

Text Example


Text Example

White with #22476E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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