#25497E

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

Shades of Fun Blue #25497E

Tints of Fun Blue #25497E

Color information

#25497E (or 0x25497E) is unknown color: approx Fun Blue. HEX triplet: 25, 49 and 7E. RGB value is (37,73,126). Sum of RGB (Red+Green+Blue) = 37+73+126=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #25497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25497E is #DAB681. Grayscale: #444444. Windows color (decimal): -14333570 or 8276261. OLE color: 8276261.

HSL color Cylindrical-coordinate representation of color #25497E: hue angle of 215.73º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25497E is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3773126-
CMYK0.710.4200.51
HSL215.73º54.6%31.96%-
HSV(B)215.73º70.63%49.41%-
XYZ6.916.6620.66-
YUV68.28160.57105.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 126 (49.61% from 255) = 53.39%
R=15.68%
G=30.93%
B=53.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37731260.710.4200.51215.7354.631.96
Hex25497E472A033d83720
Octal45111176107520633306740
Binary100101100100111111101000111101010011001111011000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,73,126); }

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

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

 a { background-color: rgb(37,73,126); }

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

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

 span { border-color: rgb(37,73,126); }

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