#254976

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

Shades of Venice Blue #254976

Tints of Venice Blue #254976

Color information

#254976 (or 0x254976) is unknown color: approx Venice Blue. HEX triplet: 25, 49 and 76. RGB value is (37,73,118). Sum of RGB (Red+Green+Blue) = 37+73+118=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #254976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254976 is #DAB689. Grayscale: #434343. Windows color (decimal): -14333578 or 7751973. OLE color: 7751973.

HSL color Cylindrical-coordinate representation of color #254976: hue angle of 213.33º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254976 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3773118-
CMYK0.690.3800.54
HSL213.33º52.26%30.39%-
HSV(B)213.33º68.64%46.27%-
XYZ6.426.4718.05-
YUV67.37156.57106.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=16.23%
G=32.02%
B=51.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37731180.690.3800.54213.3352.2630.39
Hex2549764526036d5341e
Octal45111166105460663256436
Binary10010110010011110110100010110011001101101101010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254976; }

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

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

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

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

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

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

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

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