#254A78

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

Shades of Venice Blue #254A78

Tints of Venice Blue #254A78

Color information

#254A78 (or 0x254A78) is unknown color: approx Venice Blue. HEX triplet: 25, 4A and 78. RGB value is (37,74,120). Sum of RGB (Red+Green+Blue) = 37+74+120=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #254A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A78 is #DAB587. Grayscale: #434343. Windows color (decimal): -14333320 or 7883301. OLE color: 7883301.

HSL color Cylindrical-coordinate representation of color #254A78: hue angle of 213.25º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254A78 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3774120-
CMYK0.690.3800.53
HSL213.25º52.87%30.78%-
HSV(B)213.25º69.17%47.06%-
XYZ6.66.6518.7-
YUV68.18157.24105.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=16.02%
G=32.03%
B=51.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37741200.690.3800.53213.2552.8730.78
Hex254A784526035d5351f
Octal45112170105460653256537
Binary10010110010101111000100010110011001101011101010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254A78; }

 p { color: rgb(37,74,120); }

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

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

 a { background-color: rgb(37,74,120); }

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

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

 span { border-color: rgb(37,74,120); }

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