#254672

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

Shades of Venice Blue #254672

Tints of Venice Blue #254672

Color information

#254672 (or 0x254672) is unknown color: approx Venice Blue. HEX triplet: 25, 46 and 72. RGB value is (37,70,114). Sum of RGB (Red+Green+Blue) = 37+70+114=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #254672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254672 is #DAB98D. Grayscale: #404040. Windows color (decimal): -14334350 or 7489061. OLE color: 7489061.

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

Color convert

RGB3770114-
CMYK0.680.3900.55
HSL214.29º50.99%29.61%-
HSV(B)214.29º67.54%44.71%-
XYZ5.995.9916.76-
YUV65.15155.57107.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=16.74%
G=31.67%
B=51.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37701140.680.3900.55214.2950.9929.61
Hex2546724427037d6331e
Octal45106162104470673266336
Binary10010110001101110010100010010011101101111101011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254672; }

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

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

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

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

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

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

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

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