#25458A

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

Shades of Fun Blue #25458A

Tints of Fun Blue #25458A

Color information

#25458A (or 0x25458A) is unknown color: approx Fun Blue. HEX triplet: 25, 45 and 8A. RGB value is (37,69,138). Sum of RGB (Red+Green+Blue) = 37+69+138=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #25458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25458A is #DABA75. Grayscale: #424242. Windows color (decimal): -14334582 or 9061669. OLE color: 9061669.

HSL color Cylindrical-coordinate representation of color #25458A: hue angle of 220.99º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25458A is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3769138-
CMYK0.730.500.46
HSL220.99º57.71%34.31%-
HSV(B)220.99º73.19%54.12%-
XYZ7.486.4824.9-
YUV67.3167.9106.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=15.16%
G=28.28%
B=56.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37691380.730.500.46220.9957.7134.31
Hex25458A493202Edd3a22
Octal45105212111620563357242
Binary1001011000101100010101001001110010010111011011101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25458A; }

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

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

<style>
 a { background-color: #25458A; }

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

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

<style>
 span { border-color: #25458A; }

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

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