#254973

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

Shades of Venice Blue #254973

Tints of Venice Blue #254973

Color information

#254973 (or 0x254973) is unknown color: approx Venice Blue. HEX triplet: 25, 49 and 73. RGB value is (37,73,115). Sum of RGB (Red+Green+Blue) = 37+73+115=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #254973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254973 is #DAB68C. Grayscale: #424242. Windows color (decimal): -14333581 or 7555365. OLE color: 7555365.

HSL color Cylindrical-coordinate representation of color #254973: hue angle of 212.31º 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 #254973 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3773115-
CMYK0.680.3700.55
HSL212.31º51.32%29.8%-
HSV(B)212.31º67.83%45.1%-
XYZ6.246.417.13-
YUV67.02155.07106.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=16.44%
G=32.44%
B=51.11%

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
Decimal37731150.680.3700.55212.3151.3229.8
Hex2549734425037d4331e
Octal45111163104450673246336
Binary10010110010011110011100010010010101101111101010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254973; }

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

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

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

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

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

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

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

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