#254A81

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

Shades of Fun Blue #254A81

Tints of Fun Blue #254A81

Color information

#254A81 (or 0x254A81) is unknown color: approx Fun Blue. HEX triplet: 25, 4A and 81. RGB value is (37,74,129). Sum of RGB (Red+Green+Blue) = 37+74+129=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #254A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A81 is #DAB57E. Grayscale: #444444. Windows color (decimal): -14333311 or 8473125. OLE color: 8473125.

HSL color Cylindrical-coordinate representation of color #254A81: hue angle of 215.87º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #254A81 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3774129-
CMYK0.710.4300.49
HSL215.87º55.42%32.55%-
HSV(B)215.87º71.32%50.59%-
XYZ7.176.8821.72-
YUV69.21161.74105.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 129 (50.78% from 255) = 53.75%
R=15.42%
G=30.83%
B=53.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37741290.710.4300.49215.8755.4232.55
Hex254A81472B031d83721
Octal45112201107530613306741
Binary1001011001010100000011000111101011011000111011000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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