Html Css Color HEX #224A6E Venice Blue

📋 copy color: '#224A6E'

red 34 ◦ green 74 ◦ blue 110

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

Shades of Venice Blue #224A6E

Tints of Venice Blue #224A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.94%

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

R = 15.6%
G = 33.94%
B = 50.46%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#224A6E (or 0x224A6E) is known color: Venice Blue. HEX triplet: 22, 4A and 6E. RGB value is (34,74,110). Sum of RGB (Red+Green+Blue) = 34+74+110=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #224A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A6E is #DDB591. Grayscale: #414141. Windows color (decimal): -14529938 or 7227938. OLE color: 7227938.

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

Color convert

RGB 34 74 110 -
CMYK 0.69 0.33 0 0.57
HSL 208.42º 0.53% 0.28% -
HSV(B) 208.42º 0.69% 0.43% -
XYZ 5.92 6.36 15.67 -
YUV 66.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 34 74 110 0.69 0.33 0 0.57 208.42 0.53 0.28
Hex 22 4A 6E 45 21 0 39 D0 35 1C
Octal 42 112 156 105 41 0 71 320 65 34
Binary 100010 1001010 1101110 1000101 100001 0 111001 11010000 110101 11100

Color Harmonies of #224A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A6E

Black with #224A6E

Text Example


Text Example

White with #224A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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