#254C72

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

Shades of Venice Blue #254C72

Tints of Venice Blue #254C72

Color information

#254C72 (or 0x254C72) is unknown color: approx Venice Blue. HEX triplet: 25, 4C and 72. RGB value is (37,76,114). Sum of RGB (Red+Green+Blue) = 37+76+114=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #254C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C72 is #DAB38D. Grayscale: #444444. Windows color (decimal): -14332814 or 7490597. OLE color: 7490597.

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

Color convert

RGB3776114-
CMYK0.680.3300.55
HSL209.61º50.99%29.61%-
HSV(B)209.61º67.54%44.71%-
XYZ6.386.7816.89-
YUV68.67153.58105.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=16.30%
G=33.48%
B=50.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37761140.680.3300.55209.6150.9929.61
Hex254C724421037d2331e
Octal45114162104410673226336
Binary10010110011001110010100010010000101101111101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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