#254875

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

Shades of Venice Blue #254875

Tints of Venice Blue #254875

Color information

#254875 (or 0x254875) is unknown color: approx Venice Blue. HEX triplet: 25, 48 and 75. RGB value is (37,72,117). Sum of RGB (Red+Green+Blue) = 37+72+117=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #254875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254875 is #DAB78A. Grayscale: #424242. Windows color (decimal): -14333835 or 7686181. OLE color: 7686181.

HSL color Cylindrical-coordinate representation of color #254875: hue angle of 213.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254875 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3772117-
CMYK0.680.3800.54
HSL213.75º51.95%30.2%-
HSV(B)213.75º68.38%45.88%-
XYZ6.296.3117.72-
YUV66.66156.4106.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=16.37%
G=31.86%
B=51.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37721170.680.3800.54213.7551.9530.2
Hex2548754426036d6341e
Octal45110165104460663266436
Binary10010110010001110101100010010011001101101101011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254875; }

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

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

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

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

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

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

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

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