#254870

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

Shades of Venice Blue #254870

Tints of Venice Blue #254870

Color information

#254870 (or 0x254870) is unknown color: approx Venice Blue. HEX triplet: 25, 48 and 70. RGB value is (37,72,112). Sum of RGB (Red+Green+Blue) = 37+72+112=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #254870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254870 is #DAB78F. Grayscale: #414141. Windows color (decimal): -14333840 or 7358501. OLE color: 7358501.

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

Color convert

RGB3772112-
CMYK0.670.3600.56
HSL212º50.34%29.22%-
HSV(B)212º66.96%43.92%-
XYZ66.216.21-
YUV66.1153.9107.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=16.74%
G=32.58%
B=50.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37721120.670.3600.5621250.3429.22
Hex2548704324038d4321d
Octal45110160103440703246235
Binary10010110010001110000100001110010001110001101010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254870; }

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

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

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

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

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

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

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

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