#254F72

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

Shades of Venice Blue #254F72

Tints of Venice Blue #254F72

Color information

#254F72 (or 0x254F72) is unknown color: approx Venice Blue. HEX triplet: 25, 4F and 72. RGB value is (37,79,114). Sum of RGB (Red+Green+Blue) = 37+79+114=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #254F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F72 is #DAB08D. Grayscale: #464646. Windows color (decimal): -14332046 or 7491365. OLE color: 7491365.

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

Color convert

RGB3779114-
CMYK0.680.3100.55
HSL207.27º50.99%29.61%-
HSV(B)207.27º67.54%44.71%-
XYZ6.67.216.96-
YUV70.43152.59104.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=16.09%
G=34.35%
B=49.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37791140.680.3100.55207.2750.9929.61
Hex254F72441F037cf331e
Octal45117162104370673176336
Binary1001011001111111001010001001111101101111100111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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