#254978

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

Shades of Venice Blue #254978

Tints of Venice Blue #254978

Color information

#254978 (or 0x254978) is unknown color: approx Venice Blue. HEX triplet: 25, 49 and 78. RGB value is (37,73,120). Sum of RGB (Red+Green+Blue) = 37+73+120=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #254978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254978 is #DAB687. Grayscale: #434343. Windows color (decimal): -14333576 or 7883045. OLE color: 7883045.

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

Color convert

RGB3773120-
CMYK0.690.3900.53
HSL213.98º52.87%30.78%-
HSV(B)213.98º69.17%47.06%-
XYZ6.546.5118.68-
YUV67.59157.57106.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=16.09%
G=31.74%
B=52.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37731200.690.3900.53213.9852.8730.78
Hex2549784527035d6351f
Octal45111170105470653266537
Binary10010110010011111000100010110011101101011101011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254978; }

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

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

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

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

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

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

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

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