#244674

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

Shades of Venice Blue #244674

Tints of Venice Blue #244674

Color information

#244674 (or 0x244674) is unknown color: approx Venice Blue. HEX triplet: 24, 46 and 74. RGB value is (36,70,116). Sum of RGB (Red+Green+Blue) = 36+70+116=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #244674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244674 is #DBB98B. Grayscale: #404040. Windows color (decimal): -14399884 or 7620132. OLE color: 7620132.

HSL color Cylindrical-coordinate representation of color #244674: hue angle of 214.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #244674 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3670116-
CMYK0.690.4000.55
HSL214.5º52.63%29.8%-
HSV(B)214.5º68.97%45.49%-
XYZ6.076.0217.36-
YUV65.08156.74107.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.22%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=16.22%
G=31.53%
B=52.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36701160.690.4000.55214.552.6329.8
Hex2446744528037d6351e
Octal44106164105500673266536
Binary10010010001101110100100010110100001101111101011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244674; }

 p { color: rgb(36,70,116); }

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

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

 a { background-color: rgb(36,70,116); }

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

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

 span { border-color: rgb(36,70,116); }

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