#245071

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

Shades of Venice Blue #245071

Tints of Venice Blue #245071

Color information

#245071 (or 0x245071) is unknown color: approx Venice Blue. HEX triplet: 24, 50 and 71. RGB value is (36,80,113). Sum of RGB (Red+Green+Blue) = 36+80+113=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #245071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245071 is #DBAF8E. Grayscale: #464646. Windows color (decimal): -14397327 or 7426084. OLE color: 7426084.

HSL color Cylindrical-coordinate representation of color #245071: hue angle of 205.71º degrees, saturation: 0.52, 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 #245071 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3680113-
CMYK0.680.2900.56
HSL205.71º51.68%29.22%-
HSV(B)205.71º68.14%44.31%-
XYZ6.587.316.69-
YUV70.61151.92103.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.72%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=15.72%
G=34.93%
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
Decimal36801130.680.2900.56205.7151.6829.22
Hex245071441D038ce341d
Octal44120161104350703166435
Binary1001001010000111000110001001110101110001100111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245071; }

 p { color: rgb(36,80,113); }

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

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

 a { background-color: rgb(36,80,113); }

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

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

 span { border-color: rgb(36,80,113); }

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