#254A71

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

Shades of Venice Blue #254A71

Tints of Venice Blue #254A71

Color information

#254A71 (or 0x254A71) is unknown color: approx Venice Blue. HEX triplet: 25, 4A and 71. RGB value is (37,74,113). Sum of RGB (Red+Green+Blue) = 37+74+113=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #254A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A71 is #DAB58E. Grayscale: #434343. Windows color (decimal): -14333327 or 7424549. OLE color: 7424549.

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

Color convert

RGB3774113-
CMYK0.670.3500.56
HSL210.79º50.67%29.41%-
HSV(B)210.79º67.26%44.31%-
XYZ6.196.4816.55-
YUV67.38153.74106.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=16.52%
G=33.04%
B=50.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37741130.670.3500.56210.7950.6729.41
Hex254A714323038d3331d
Octal45112161103430703236335
Binary10010110010101110001100001110001101110001101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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