#254880

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

Shades of Fun Blue #254880

Tints of Fun Blue #254880

Color information

#254880 (or 0x254880) is unknown color: approx Fun Blue. HEX triplet: 25, 48 and 80. RGB value is (37,72,128). Sum of RGB (Red+Green+Blue) = 37+72+128=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 128 (50.39% from 255 or 54.01% from 237); Max value from RGB is 128 - color contains mainly: blue. Hex color #254880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254880 is #DAB77F. Grayscale: #434343. Windows color (decimal): -14333824 or 8407077. OLE color: 8407077.

HSL color Cylindrical-coordinate representation of color #254880: hue angle of 216.92º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #254880 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3772128-
CMYK0.710.4400.50
HSL216.92º55.15%32.35%-
HSV(B)216.92º71.09%50.2%-
XYZ6.986.5921.33-
YUV67.92161.9105.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 128 (50.39% from 255) = 54.01%
R=15.61%
G=30.38%
B=54.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37721280.710.4400.50216.9255.1532.35
Hex254880472C032d93720
Octal45110200107540623316740
Binary1001011001000100000001000111101100011001011011001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254880; }

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

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

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

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

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

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

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

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