#254A87

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

Shades of Fun Blue #254A87

Tints of Fun Blue #254A87

Color information

#254A87 (or 0x254A87) is unknown color: approx Fun Blue. HEX triplet: 25, 4A and 87. RGB value is (37,74,135). Sum of RGB (Red+Green+Blue) = 37+74+135=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #254A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A87 is #DAB578. Grayscale: #454545. Windows color (decimal): -14333305 or 8866341. OLE color: 8866341.

HSL color Cylindrical-coordinate representation of color #254A87: hue angle of 217.35º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #254A87 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3774135-
CMYK0.730.4500.47
HSL217.35º56.98%33.73%-
HSV(B)217.35º72.59%52.94%-
XYZ7.587.0423.88-
YUV69.89164.74104.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 135 (53.12% from 255) = 54.88%
R=15.04%
G=30.08%
B=54.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37741350.730.4500.47217.3556.9833.73
Hex254A87492D02Fd93922
Octal45112207111550573317142
Binary1001011001010100001111001001101101010111111011001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254A87; }

 p { color: rgb(37,74,135); }

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

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

 a { background-color: rgb(37,74,135); }

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

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

 span { border-color: rgb(37,74,135); }

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