#244F70

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

Shades of Venice Blue #244F70

Tints of Venice Blue #244F70

Color information

#244F70 (or 0x244F70) is unknown color: approx Venice Blue. HEX triplet: 24, 4F and 70. RGB value is (36,79,112). Sum of RGB (Red+Green+Blue) = 36+79+112=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #244F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F70 is #DBB08F. Grayscale: #454545. Windows color (decimal): -14397584 or 7360292. OLE color: 7360292.

HSL color Cylindrical-coordinate representation of color #244F70: hue angle of 206.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #244F70 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3679112-
CMYK0.680.2900.56
HSL206.05º51.35%29.02%-
HSV(B)206.05º67.86%43.92%-
XYZ6.457.1416.37-
YUV69.9151.75103.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.86%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=15.86%
G=34.80%
B=49.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36791120.680.2900.56206.0551.3529.02
Hex244F70441D038ce331d
Octal44117160104350703166335
Binary1001001001111111000010001001110101110001100111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,79,112); }

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

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

 a { background-color: rgb(36,79,112); }

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

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

 span { border-color: rgb(36,79,112); }

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