Html Css Color HEX #22476F Venice Blue

📋 copy color: '#22476F'

red 34 ◦ green 71 ◦ blue 111

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

Shades of Venice Blue #22476F

Tints of Venice Blue #22476F

RGB

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

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

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

R = 15.74%
G = 32.87%
B = 51.39%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#22476F (or 0x22476F) is known color: Venice Blue. HEX triplet: 22, 47 and 6F. RGB value is (34,71,111). Sum of RGB (Red+Green+Blue) = 34+71+111=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #22476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22476F is #DDB890. Grayscale: #404040. Windows color (decimal): -14530705 or 7292706. OLE color: 7292706.

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

Color convert

RGB 34 71 111 -
CMYK 0.69 0.36 0 0.56
HSL 211.17º 0.53% 0.28% -
HSV(B) 211.17º 0.69% 0.44% -
XYZ 5.78 5.99 15.89 -
YUV 64.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 34 71 111 0.69 0.36 0 0.56 211.17 0.53 0.28
Hex 22 47 6F 45 24 0 38 D3 35 1C
Octal 42 107 157 105 44 0 70 323 65 34
Binary 100010 1000111 1101111 1000101 100100 0 111000 11010011 110101 11100

Color Harmonies of #22476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22476F

Black with #22476F

Text Example


Text Example

White with #22476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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