#254C78

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

Shades of Venice Blue #254C78

Tints of Venice Blue #254C78

Color information

#254C78 (or 0x254C78) is unknown color: approx Venice Blue. HEX triplet: 25, 4C and 78. RGB value is (37,76,120). Sum of RGB (Red+Green+Blue) = 37+76+120=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #254C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C78 is #DAB387. Grayscale: #454545. Windows color (decimal): -14332808 or 7883813. OLE color: 7883813.

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

Color convert

RGB3776120-
CMYK0.690.3700.53
HSL211.81º52.87%30.78%-
HSV(B)211.81º69.17%47.06%-
XYZ6.746.9218.75-
YUV69.35156.58104.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=15.88%
G=32.62%
B=51.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37761200.690.3700.53211.8152.8730.78
Hex254C784525035d4351f
Octal45114170105450653246537
Binary10010110011001111000100010110010101101011101010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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