#254970

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

Shades of Venice Blue #254970

Tints of Venice Blue #254970

Color information

#254970 (or 0x254970) is unknown color: approx Venice Blue. HEX triplet: 25, 49 and 70. RGB value is (37,73,112). Sum of RGB (Red+Green+Blue) = 37+73+112=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #254970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254970 is #DAB68F. Grayscale: #424242. Windows color (decimal): -14333584 or 7358757. OLE color: 7358757.

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

Color convert

RGB3773112-
CMYK0.670.3500.56
HSL211.2º50.34%29.22%-
HSV(B)211.2º66.96%43.92%-
XYZ6.076.3316.23-
YUV66.68153.57106.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 112 (44.14% from 255) = 50.45%
R=16.67%
G=32.88%
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
Decimal37731120.670.3500.56211.250.3429.22
Hex2549704323038d3321d
Octal45111160103430703236235
Binary10010110010011110000100001110001101110001101001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254970; }

 p { color: rgb(37,73,112); }

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

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

 a { background-color: rgb(37,73,112); }

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

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

 span { border-color: rgb(37,73,112); }

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