#254770

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

Shades of Venice Blue #254770

Tints of Venice Blue #254770

Color information

#254770 (or 0x254770) is unknown color: approx Venice Blue. HEX triplet: 25, 47 and 70. RGB value is (37,71,112). Sum of RGB (Red+Green+Blue) = 37+71+112=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #254770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254770 is #DAB88F. Grayscale: #414141. Windows color (decimal): -14334096 or 7358245. OLE color: 7358245.

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

Color convert

RGB3771112-
CMYK0.670.3700.56
HSL212.8º50.34%29.22%-
HSV(B)212.8º66.96%43.92%-
XYZ5.946.0716.19-
YUV65.51154.24107.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 112 (44.14% from 255) = 50.91%
R=16.82%
G=32.27%
B=50.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37711120.670.3700.56212.850.3429.22
Hex2547704325038d5321d
Octal45107160103450703256235
Binary10010110001111110000100001110010101110001101010111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254770; }

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

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

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

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

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

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

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

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