#254772

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

Shades of Venice Blue #254772

Tints of Venice Blue #254772

Color information

#254772 (or 0x254772) is unknown color: approx Venice Blue. HEX triplet: 25, 47 and 72. RGB value is (37,71,114). Sum of RGB (Red+Green+Blue) = 37+71+114=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #254772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254772 is #DAB88D. Grayscale: #414141. Windows color (decimal): -14334094 or 7489317. OLE color: 7489317.

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

Color convert

RGB3771114-
CMYK0.680.3800.55
HSL213.51º50.99%29.61%-
HSV(B)213.51º67.54%44.71%-
XYZ6.056.1116.78-
YUV65.74155.24107.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=16.67%
G=31.98%
B=51.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37711140.680.3800.55213.5150.9929.61
Hex2547724426037d6331e
Octal45107162104460673266336
Binary10010110001111110010100010010011001101111101011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254772; }

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

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

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

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

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

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

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

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