#25478E

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

Shades of Fun Blue #25478E

Tints of Fun Blue #25478E

Color information

#25478E (or 0x25478E) is unknown color: approx Fun Blue. HEX triplet: 25, 47 and 8E. RGB value is (37,71,142). Sum of RGB (Red+Green+Blue) = 37+71+142=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #25478E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25478E is #DAB871. Grayscale: #444444. Windows color (decimal): -14334066 or 9324325. OLE color: 9324325.

HSL color Cylindrical-coordinate representation of color #25478E: hue angle of 220.57º 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 #25478E is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3771142-
CMYK0.740.500.44
HSL220.57º58.66%35.1%-
HSV(B)220.57º73.94%55.69%-
XYZ7.96.8526.5-
YUV68.93169.24105.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 142 (55.86% from 255) = 56.8%
R=14.8%
G=28.4%
B=56.8%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37711420.740.500.44220.5758.6635.1
Hex25478E4A3202Cdd3b23
Octal45107216112620543357343
Binary1001011000111100011101001010110010010110011011101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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