Html Css Color HEX #224677 Venice Blue

📋 copy color: '#224677'

red 34 ◦ green 70 ◦ blue 119

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

Shades of Venice Blue #224677

Tints of Venice Blue #224677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 15.25%
G = 31.39%
B = 53.36%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#224677 (or 0x224677) is known color: Venice Blue. HEX triplet: 22, 46 and 77. RGB value is (34,70,119). Sum of RGB (Red+Green+Blue) = 34+70+119=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #224677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224677 is #DDB988. Grayscale: #404040. Windows color (decimal): -14530953 or 7816738. OLE color: 7816738.

HSL color Cylindrical-coordinate representation of color #224677: hue angle of 214.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224677 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 70 119 -
CMYK 0.71 0.41 0 0.53
HSL 214.59º 0.56% 0.3% -
HSV(B) 214.59º 0.71% 0.47% -
XYZ 6.18 6.05 18.3 -
YUV 64.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 34 70 119 0.71 0.41 0 0.53 214.59 0.56 0.3
Hex 22 46 77 47 29 0 35 D7 38 1E
Octal 42 106 167 107 51 0 65 327 70 36
Binary 100010 1000110 1110111 1000111 101001 0 110101 11010111 111000 11110

Color Harmonies of #224677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224677

Black with #224677

Text Example


Text Example

White with #224677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224677; }

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

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

background-color css

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

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

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

border-color css

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

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

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