#25468A

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

Shades of Fun Blue #25468A

Tints of Fun Blue #25468A

Color information

#25468A (or 0x25468A) is unknown color: approx Fun Blue. HEX triplet: 25, 46 and 8A. RGB value is (37,70,138). Sum of RGB (Red+Green+Blue) = 37+70+138=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #25468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25468A is #DAB975. Grayscale: #434343. Windows color (decimal): -14334326 or 9061925. OLE color: 9061925.

HSL color Cylindrical-coordinate representation of color #25468A: hue angle of 220.4º 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 #25468A is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3770138-
CMYK0.730.4900.46
HSL220.4º57.71%34.31%-
HSV(B)220.4º73.19%54.12%-
XYZ7.546.6124.92-
YUV67.88167.57105.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=15.10%
G=28.57%
B=56.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37701380.730.4900.46220.457.7134.31
Hex25468A493102Edc3a22
Octal45106212111610563347242
Binary1001011000110100010101001001110001010111011011100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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