#254873

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

Shades of Venice Blue #254873

Tints of Venice Blue #254873

Color information

#254873 (or 0x254873) is unknown color: approx Venice Blue. HEX triplet: 25, 48 and 73. RGB value is (37,72,115). Sum of RGB (Red+Green+Blue) = 37+72+115=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #254873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254873 is #DAB78C. Grayscale: #424242. Windows color (decimal): -14333837 or 7555109. OLE color: 7555109.

HSL color Cylindrical-coordinate representation of color #254873: hue angle of 213.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254873 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3772115-
CMYK0.680.3700.55
HSL213.08º51.32%29.8%-
HSV(B)213.08º67.83%45.1%-
XYZ6.176.2717.1-
YUV66.44155.4107-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=16.52%
G=32.14%
B=51.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37721150.680.3700.55213.0851.3229.8
Hex2548734425037d5331e
Octal45110163104450673256336
Binary10010110010001110011100010010010101101111101010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254873; }

 p { color: rgb(37,72,115); }

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

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

 a { background-color: rgb(37,72,115); }

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

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

 span { border-color: rgb(37,72,115); }

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