#25317B

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

Shades of Resolution Blue #25317B

Tints of Resolution Blue #25317B

Color information

#25317B (or 0x25317B) is unknown color: approx Resolution Blue. HEX triplet: 25, 31 and 7B. RGB value is (37,49,123). Sum of RGB (Red+Green+Blue) = 37+49+123=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #25317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25317B is #DACE84. Grayscale: #353535. Windows color (decimal): -14339717 or 8073509. OLE color: 8073509.

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

Color convert

RGB3749123-
CMYK0.700.6000.52
HSL231.63º53.75%31.37%-
HSV(B)231.63º69.92%48.24%-
XYZ5.444.0219.23-
YUV53.85167.02115.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=17.70%
G=23.44%
B=58.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37491230.700.6000.52231.6353.7531.37
Hex25317B463C034e8361f
Octal4561173106740643506637
Binary1001011100011111011100011011110001101001110100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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