#254B73

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

Shades of Venice Blue #254B73

Tints of Venice Blue #254B73

Color information

#254B73 (or 0x254B73) is unknown color: approx Venice Blue. HEX triplet: 25, 4B and 73. RGB value is (37,75,115). Sum of RGB (Red+Green+Blue) = 37+75+115=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #254B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B73 is #DAB48C. Grayscale: #444444. Windows color (decimal): -14333069 or 7555877. OLE color: 7555877.

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

Color convert

RGB3775115-
CMYK0.680.3500.55
HSL210.77º51.32%29.8%-
HSV(B)210.77º67.83%45.1%-
XYZ6.376.6617.17-
YUV68.2154.41105.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=16.30%
G=33.04%
B=50.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37751150.680.3500.55210.7751.3229.8
Hex254B734423037d3331e
Octal45113163104430673236336
Binary10010110010111110011100010010001101101111101001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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