#254879

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

Shades of Fun Blue #254879

Tints of Fun Blue #254879

Color information

#254879 (or 0x254879) is unknown color: approx Fun Blue. HEX triplet: 25, 48 and 79. RGB value is (37,72,121). Sum of RGB (Red+Green+Blue) = 37+72+121=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #254879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254879 is #DAB786. Grayscale: #424242. Windows color (decimal): -14333831 or 7948325. OLE color: 7948325.

HSL color Cylindrical-coordinate representation of color #254879: hue angle of 215º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254879 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3772121-
CMYK0.690.4000.53
HSL215º53.16%30.98%-
HSV(B)215º69.42%47.45%-
XYZ6.536.4118.98-
YUV67.12158.4106.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=16.09%
G=31.30%
B=52.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37721210.690.4000.5321553.1630.98
Hex2548794528035d7351f
Octal45110171105500653276537
Binary10010110010001111001100010110100001101011101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254879; }

 p { color: rgb(37,72,121); }

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

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

 a { background-color: rgb(37,72,121); }

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

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

 span { border-color: rgb(37,72,121); }

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