#254D78

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

Shades of Venice Blue #254D78

Tints of Venice Blue #254D78

Color information

#254D78 (or 0x254D78) is unknown color: approx Venice Blue. HEX triplet: 25, 4D and 78. RGB value is (37,77,120). Sum of RGB (Red+Green+Blue) = 37+77+120=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #254D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D78 is #DAB287. Grayscale: #454545. Windows color (decimal): -14332552 or 7884069. OLE color: 7884069.

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

Color convert

RGB3777120-
CMYK0.690.3600.53
HSL211.08º52.87%30.78%-
HSV(B)211.08º69.17%47.06%-
XYZ6.817.0618.77-
YUV69.94156.25104.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=15.81%
G=32.91%
B=51.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37771200.690.3600.53211.0852.8730.78
Hex254D784524035d3351f
Octal45115170105440653236537
Binary10010110011011111000100010110010001101011101001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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