#25487B

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

Shades of Fun Blue #25487B

Tints of Fun Blue #25487B

Color information

#25487B (or 0x25487B) is unknown color: approx Fun Blue. HEX triplet: 25, 48 and 7B. RGB value is (37,72,123). Sum of RGB (Red+Green+Blue) = 37+72+123=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #25487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25487B is #DAB784. Grayscale: #434343. Windows color (decimal): -14333829 or 8079397. OLE color: 8079397.

HSL color Cylindrical-coordinate representation of color #25487B: hue angle of 215.58º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25487B is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3772123-
CMYK0.700.4100.52
HSL215.58º53.75%31.37%-
HSV(B)215.58º69.92%48.24%-
XYZ6.666.4619.63-
YUV67.35159.4106.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=15.95%
G=31.03%
B=53.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37721230.700.4100.52215.5853.7531.37
Hex25487B4629034d8361f
Octal45110173106510643306637
Binary10010110010001111011100011010100101101001101100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25487B; }

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

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

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

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

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

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

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

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