#25497A

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

Shades of Fun Blue #25497A

Tints of Fun Blue #25497A

Color information

#25497A (or 0x25497A) is unknown color: approx Fun Blue. HEX triplet: 25, 49 and 7A. RGB value is (37,73,122). Sum of RGB (Red+Green+Blue) = 37+73+122=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #25497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25497A is #DAB685. Grayscale: #434343. Windows color (decimal): -14333574 or 8014117. OLE color: 8014117.

HSL color Cylindrical-coordinate representation of color #25497A: hue angle of 214.59º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25497A is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3773122-
CMYK0.700.4000.52
HSL214.59º53.46%31.18%-
HSV(B)214.59º69.67%47.84%-
XYZ6.666.5619.33-
YUV67.82158.57106.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=15.95%
G=31.47%
B=52.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37731220.700.4000.52214.5953.4631.18
Hex25497A4628034d7351f
Octal45111172106500643276537
Binary10010110010011111010100011010100001101001101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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