#254674

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

Shades of Venice Blue #254674

Tints of Venice Blue #254674

Color information

#254674 (or 0x254674) is unknown color: approx Venice Blue. HEX triplet: 25, 46 and 74. RGB value is (37,70,116). Sum of RGB (Red+Green+Blue) = 37+70+116=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #254674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254674 is #DAB98B. Grayscale: #414141. Windows color (decimal): -14334348 or 7620133. OLE color: 7620133.

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

Color convert

RGB3770116-
CMYK0.680.4000.55
HSL214.94º51.63%30%-
HSV(B)214.94º68.1%45.49%-
XYZ6.116.0317.37-
YUV65.38156.57107.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=16.59%
G=31.39%
B=52.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37701160.680.4000.55214.9451.6330
Hex2546744428037d7341e
Octal45106164104500673276436
Binary10010110001101110100100010010100001101111101011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254674; }

 p { color: rgb(37,70,116); }

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

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

 a { background-color: rgb(37,70,116); }

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

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

 span { border-color: rgb(37,70,116); }

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