#244A75

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

Shades of Venice Blue #244A75

Tints of Venice Blue #244A75

Color information

#244A75 (or 0x244A75) is unknown color: approx Venice Blue. HEX triplet: 24, 4A and 75. RGB value is (36,74,117). Sum of RGB (Red+Green+Blue) = 36+74+117=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #244A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A75 is #DBB58A. Grayscale: #434343. Windows color (decimal): -14398859 or 7686692. OLE color: 7686692.

HSL color Cylindrical-coordinate representation of color #244A75: hue angle of 211.85º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #244A75 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3674117-
CMYK0.690.3700.54
HSL211.85º52.94%30%-
HSV(B)211.85º69.23%45.88%-
XYZ6.396.5617.76-
YUV67.54155.91105.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.86%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=15.86%
G=32.60%
B=51.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36741170.690.3700.54211.8552.9430
Hex244A754525036d4351e
Octal44112165105450663246536
Binary10010010010101110101100010110010101101101101010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244A75; }

 p { color: rgb(36,74,117); }

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

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

 a { background-color: rgb(36,74,117); }

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

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

 span { border-color: rgb(36,74,117); }

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