#254B71

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

Shades of Venice Blue #254B71

Tints of Venice Blue #254B71

Color information

#254B71 (or 0x254B71) is unknown color: approx Venice Blue. HEX triplet: 25, 4B and 71. RGB value is (37,75,113). Sum of RGB (Red+Green+Blue) = 37+75+113=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #254B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B71 is #DAB48E. Grayscale: #434343. Windows color (decimal): -14333071 or 7424805. OLE color: 7424805.

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

Color convert

RGB3775113-
CMYK0.670.3400.56
HSL210º50.67%29.41%-
HSV(B)210º67.26%44.31%-
XYZ6.266.6216.57-
YUV67.97153.41105.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=16.44%
G=33.33%
B=50.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37751130.670.3400.5621050.6729.41
Hex254B714322038d2331d
Octal45113161103420703226335
Binary10010110010111110001100001110001001110001101001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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