#244B75

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

Shades of Venice Blue #244B75

Tints of Venice Blue #244B75

Color information

#244B75 (or 0x244B75) is unknown color: approx Venice Blue. HEX triplet: 24, 4B and 75. RGB value is (36,75,117). Sum of RGB (Red+Green+Blue) = 36+75+117=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #244B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244B75 is #DBB48A. Grayscale: #434343. Windows color (decimal): -14398603 or 7686948. OLE color: 7686948.

HSL color Cylindrical-coordinate representation of color #244B75: hue angle of 211.11º 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 #244B75 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3675117-
CMYK0.690.3600.54
HSL211.11º52.94%30%-
HSV(B)211.11º69.23%45.88%-
XYZ6.456.6917.78-
YUV68.13155.58105.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.79%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=15.79%
G=32.89%
B=51.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36751170.690.3600.54211.1152.9430
Hex244B754524036d3351e
Octal44113165105440663236536
Binary10010010010111110101100010110010001101101101001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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