#254C73

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

Shades of Venice Blue #254C73

Tints of Venice Blue #254C73

Color information

#254C73 (or 0x254C73) is unknown color: approx Venice Blue. HEX triplet: 25, 4C and 73. RGB value is (37,76,115). Sum of RGB (Red+Green+Blue) = 37+76+115=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #254C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C73 is #DAB38C. Grayscale: #444444. Windows color (decimal): -14332813 or 7556133. OLE color: 7556133.

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

Color convert

RGB3776115-
CMYK0.680.3400.55
HSL210º51.32%29.8%-
HSV(B)210º67.83%45.1%-
XYZ6.446.817.19-
YUV68.78154.08105.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=16.23%
G=33.33%
B=50.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37761150.680.3400.5521051.3229.8
Hex254C734422037d2331e
Octal45114163104420673226336
Binary10010110011001110011100010010001001101111101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254C73; }

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

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

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

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

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

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

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

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