#254882

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

Shades of Fun Blue #254882

Tints of Fun Blue #254882

Color information

#254882 (or 0x254882) is unknown color: approx Fun Blue. HEX triplet: 25, 48 and 82. RGB value is (37,72,130). Sum of RGB (Red+Green+Blue) = 37+72+130=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #254882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254882 is #DAB77D. Grayscale: #434343. Windows color (decimal): -14333822 or 8538149. OLE color: 8538149.

HSL color Cylindrical-coordinate representation of color #254882: hue angle of 217.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254882 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3772130-
CMYK0.720.4500.49
HSL217.42º55.69%32.75%-
HSV(B)217.42º71.54%50.98%-
XYZ7.116.6422.03-
YUV68.15162.9105.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=15.48%
G=30.13%
B=54.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37721300.720.4500.49217.4255.6932.75
Hex254882482D031d93821
Octal45110202110550613317041
Binary1001011001000100000101001000101101011000111011001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254882; }

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

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

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

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

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

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

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

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