#25467E

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

Shades of Fun Blue #25467E

Tints of Fun Blue #25467E

Color information

#25467E (or 0x25467E) is unknown color: approx Fun Blue. HEX triplet: 25, 46 and 7E. RGB value is (37,70,126). Sum of RGB (Red+Green+Blue) = 37+70+126=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #25467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25467E is #DAB981. Grayscale: #424242. Windows color (decimal): -14334338 or 8275493. OLE color: 8275493.

HSL color Cylindrical-coordinate representation of color #25467E: hue angle of 217.75º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25467E is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3770126-
CMYK0.710.4400.51
HSL217.75º54.6%31.96%-
HSV(B)217.75º70.63%49.41%-
XYZ6.726.2820.6-
YUV66.52161.57106.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 126 (49.61% from 255) = 54.08%
R=15.88%
G=30.04%
B=54.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37701260.710.4400.51217.7554.631.96
Hex25467E472C033da3720
Octal45106176107540633326740
Binary100101100011011111101000111101100011001111011010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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