#254582

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

Shades of Fun Blue #254582

Tints of Fun Blue #254582

Color information

#254582 (or 0x254582) is unknown color: approx Fun Blue. HEX triplet: 25, 45 and 82. RGB value is (37,69,130). Sum of RGB (Red+Green+Blue) = 37+69+130=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #254582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254582 is #DABA7D. Grayscale: #424242. Windows color (decimal): -14334590 or 8537381. OLE color: 8537381.

HSL color Cylindrical-coordinate representation of color #254582: hue angle of 219.35º 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 #254582 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3769130-
CMYK0.720.4700.49
HSL219.35º55.69%32.75%-
HSV(B)219.35º71.54%50.98%-
XYZ6.926.2621.96-
YUV66.39163.9107.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=15.68%
G=29.24%
B=55.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37691300.720.4700.49219.3555.6932.75
Hex254582482F031db3821
Octal45105202110570613337041
Binary1001011000101100000101001000101111011000111011011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254582; }

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

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

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

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

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

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

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

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