#254E72

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

Shades of Venice Blue #254E72

Tints of Venice Blue #254E72

Color information

#254E72 (or 0x254E72) is unknown color: approx Venice Blue. HEX triplet: 25, 4E and 72. RGB value is (37,78,114). Sum of RGB (Red+Green+Blue) = 37+78+114=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #254E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E72 is #DAB18D. Grayscale: #454545. Windows color (decimal): -14332302 or 7491109. OLE color: 7491109.

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

Color convert

RGB3778114-
CMYK0.680.3200.55
HSL208.05º50.99%29.61%-
HSV(B)208.05º67.54%44.71%-
XYZ6.527.0616.94-
YUV69.84152.92104.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=16.16%
G=34.06%
B=49.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37781140.680.3200.55208.0550.9929.61
Hex254E724420037d0331e
Octal45116162104400673206336
Binary10010110011101110010100010010000001101111101000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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