#224a6f

Color #224A6F Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #224A6F

Tints of Venice Blue #224A6F

Color information

#224A6F (or 0x224A6F) is unknown color: approx Venice Blue. HEX triplet: 22, 4A and 6F. RGB value is (34,74,111). Sum of RGB (Red+Green+Blue) = 34+74+111=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #224A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A6F is #DDB590. Grayscale: #424242. Windows color (decimal): -14529937 or 7293474. OLE color: 7293474.

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

Color convert

RGB3474111-
CMYK0.690.3300.56
HSL208.83º53.1%28.43%-
HSV(B)208.83º69.37%43.53%-
XYZ5.986.3915.96-
YUV66.26153.25104.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=15.53%
G=33.79%
B=50.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34741110.690.3300.56208.8353.128.43
Hex224A6F4521038d1351c
Octal42112157105410703216534
Binary10001010010101101111100010110000101110001101000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224a6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #224a6f;
 }
 .AnyTagClassName
 {
   color: #224a6f;
 }
</style>
background-color css

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

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

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

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

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

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