#25488E

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

Shades of Fun Blue #25488E

Tints of Fun Blue #25488E

Color information

#25488E (or 0x25488E) is unknown color: approx Fun Blue. HEX triplet: 25, 48 and 8E. RGB value is (37,72,142). Sum of RGB (Red+Green+Blue) = 37+72+142=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #25488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25488E is #DAB771. Grayscale: #454545. Windows color (decimal): -14333810 or 9324581. OLE color: 9324581.

HSL color Cylindrical-coordinate representation of color #25488E: hue angle of 220º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25488E is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3772142-
CMYK0.740.4900.44
HSL220º58.66%35.1%-
HSV(B)220º73.94%55.69%-
XYZ7.966.9826.52-
YUV69.52168.9104.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 142 (55.86% from 255) = 56.57%
R=14.74%
G=28.69%
B=56.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37721420.740.4900.4422058.6635.1
Hex25488E4A3102Cdc3b23
Octal45110216112610543347343
Binary1001011001000100011101001010110001010110011011100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25488E; }

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

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

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

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

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

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

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

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