#25407C

Color #25407C Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #25407C

Tints of Resolution Blue #25407C

Color information

#25407C (or 0x25407C) is unknown color: approx Resolution Blue. HEX triplet: 25, 40 and 7C. RGB value is (37,64,124). Sum of RGB (Red+Green+Blue) = 37+64+124=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #25407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25407C is #DABF83. Grayscale: #3E3E3E. Windows color (decimal): -14335876 or 8142885. OLE color: 8142885.

HSL color Cylindrical-coordinate representation of color #25407C: hue angle of 221.38º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25407C is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3764124-
CMYK0.700.4800.51
HSL221.38º54.04%31.57%-
HSV(B)221.38º70.16%48.63%-
XYZ6.235.5219.8-
YUV62.77162.55109.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=16.44%
G=28.44%
B=55.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37641240.700.4800.51221.3854.0431.57
Hex25407C4630033dd3620
Octal45100174106600633356640
Binary100101100000011111001000110110000011001111011101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25407C; }

 p { color: rgb(37,64,124); }

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

<style>
 a { background-color: #25407C; }

 a { background-color: rgb(37,64,124); }

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

<style>
 span { border-color: #25407C; }

 span { border-color: rgb(37,64,124); }

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