#254774

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

Shades of Venice Blue #254774

Tints of Venice Blue #254774

Color information

#254774 (or 0x254774) is unknown color: approx Venice Blue. HEX triplet: 25, 47 and 74. RGB value is (37,71,116). Sum of RGB (Red+Green+Blue) = 37+71+116=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #254774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254774 is #DAB88B. Grayscale: #414141. Windows color (decimal): -14334092 or 7620389. OLE color: 7620389.

HSL color Cylindrical-coordinate representation of color #254774: hue angle of 214.18º 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 #254774 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3771116-
CMYK0.680.3900.55
HSL214.18º51.63%30%-
HSV(B)214.18º68.1%45.49%-
XYZ6.176.1617.39-
YUV65.96156.24107.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=16.52%
G=31.70%
B=51.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37711160.680.3900.55214.1851.6330
Hex2547744427037d6341e
Octal45107164104470673266436
Binary10010110001111110100100010010011101101111101011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254774; }

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

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

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

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

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

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

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

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