#254972

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

Shades of Venice Blue #254972

Tints of Venice Blue #254972

Color information

#254972 (or 0x254972) is unknown color: approx Venice Blue. HEX triplet: 25, 49 and 72. RGB value is (37,73,114). Sum of RGB (Red+Green+Blue) = 37+73+114=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #254972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254972 is #DAB68D. Grayscale: #424242. Windows color (decimal): -14333582 or 7489829. OLE color: 7489829.

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

Color convert

RGB3773114-
CMYK0.680.3600.55
HSL211.95º50.99%29.61%-
HSV(B)211.95º67.54%44.71%-
XYZ6.186.3716.82-
YUV66.91154.57106.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=16.52%
G=32.59%
B=50.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37731140.680.3600.55211.9550.9929.61
Hex2549724424037d4331e
Octal45111162104440673246336
Binary10010110010011110010100010010010001101111101010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254972; }

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

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

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

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

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

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

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

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