#25457F

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

Shades of Fun Blue #25457F

Tints of Fun Blue #25457F

Color information

#25457F (or 0x25457F) is unknown color: approx Fun Blue. HEX triplet: 25, 45 and 7F. RGB value is (37,69,127). Sum of RGB (Red+Green+Blue) = 37+69+127=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #25457F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25457F is #DABA80. Grayscale: #414141. Windows color (decimal): -14334593 or 8340773. OLE color: 8340773.

HSL color Cylindrical-coordinate representation of color #25457F: hue angle of 218.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25457F is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3769127-
CMYK0.710.4600.50
HSL218.67º54.88%32.16%-
HSV(B)218.67º70.87%49.8%-
XYZ6.726.1820.92-
YUV66.04162.4107.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 127 (50% from 255) = 54.51%
R=15.88%
G=29.61%
B=54.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37691270.710.4600.50218.6754.8832.16
Hex25457F472E032db3720
Octal45105177107560623336740
Binary100101100010111111111000111101110011001011011011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25457F; }

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

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

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

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

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

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

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

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