#254F71

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

Shades of Venice Blue #254F71

Tints of Venice Blue #254F71

Color information

#254F71 (or 0x254F71) is unknown color: approx Venice Blue. HEX triplet: 25, 4F and 71. RGB value is (37,79,113). Sum of RGB (Red+Green+Blue) = 37+79+113=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #254F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F71 is #DAB08E. Grayscale: #464646. Windows color (decimal): -14332047 or 7425829. OLE color: 7425829.

HSL color Cylindrical-coordinate representation of color #254F71: hue angle of 206.84º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #254F71 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3779113-
CMYK0.670.3000.56
HSL206.84º50.67%29.41%-
HSV(B)206.84º67.26%44.31%-
XYZ6.547.1816.66-
YUV70.32152.09104.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=16.16%
G=34.50%
B=49.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37791130.670.3000.56206.8450.6729.41
Hex254F71431E038cf331d
Octal45117161103360703176335
Binary1001011001111111000110000111111001110001100111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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