#25317C

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

Shades of Resolution Blue #25317C

Tints of Resolution Blue #25317C

Color information

#25317C (or 0x25317C) is unknown color: approx Resolution Blue. HEX triplet: 25, 31 and 7C. RGB value is (37,49,124). Sum of RGB (Red+Green+Blue) = 37+49+124=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #25317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25317C is #DACE83. Grayscale: #353535. Windows color (decimal): -14339716 or 8139045. OLE color: 8139045.

HSL color Cylindrical-coordinate representation of color #25317C: hue angle of 231.72º 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 #25317C is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3749124-
CMYK0.700.6000.51
HSL231.72º54.04%31.57%-
HSV(B)231.72º70.16%48.63%-
XYZ5.54.0519.56-
YUV53.96167.52115.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 124 (48.83% from 255) = 59.05%
R=17.62%
G=23.33%
B=59.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37491240.700.6000.51231.7254.0431.57
Hex25317C463C033e83620
Octal4561174106740633506640
Binary10010111000111111001000110111100011001111101000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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