#254a89

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

Shades of Fun Blue #254A89

Tints of Fun Blue #254A89

Color information

#254A89 (or 0x254A89) is unknown color: approx Fun Blue. HEX triplet: 25, 4A and 89. RGB value is (37,74,137). Sum of RGB (Red+Green+Blue) = 37+74+137=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #254A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A89 is #DAB576. Grayscale: #454545. Windows color (decimal): -14333303 or 8997413. OLE color: 8997413.

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

Color convert

RGB3774137-
CMYK0.730.4600.46
HSL217.8º57.47%34.12%-
HSV(B)217.8º72.99%53.73%-
XYZ7.737.124.63-
YUV70.12165.74104.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 137 (53.91% from 255) = 55.24%
R=14.92%
G=29.84%
B=55.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37741370.730.4600.46217.857.4734.12
Hex254A89492E02Eda3922
Octal45112211111560563327142
Binary1001011001010100010011001001101110010111011011010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254a89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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