#244675

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

Shades of Venice Blue #244675

Tints of Venice Blue #244675

Color information

#244675 (or 0x244675) is unknown color: approx Venice Blue. HEX triplet: 24, 46 and 75. RGB value is (36,70,117). Sum of RGB (Red+Green+Blue) = 36+70+117=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #244675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244675 is #DBB98A. Grayscale: #404040. Windows color (decimal): -14399883 or 7685668. OLE color: 7685668.

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

Color convert

RGB3670117-
CMYK0.690.4000.54
HSL214.81º52.94%30%-
HSV(B)214.81º69.23%45.88%-
XYZ6.136.0417.67-
YUV65.19157.24107.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.14%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=16.14%
G=31.39%
B=52.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36701170.690.4000.54214.8152.9430
Hex2446754528036d7351e
Octal44106165105500663276536
Binary10010010001101110101100010110100001101101101011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244675; }

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

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

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

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

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

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

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

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