#25317D

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

Shades of Resolution Blue #25317D

Tints of Resolution Blue #25317D

Color information

#25317D (or 0x25317D) is unknown color: approx Resolution Blue. HEX triplet: 25, 31 and 7D. RGB value is (37,49,125). Sum of RGB (Red+Green+Blue) = 37+49+125=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #25317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25317D is #DACE82. Grayscale: #353535. Windows color (decimal): -14339715 or 8204581. OLE color: 8204581.

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

Color convert

RGB3749125-
CMYK0.700.6100.51
HSL231.82º54.32%31.76%-
HSV(B)231.82º70.4%49.02%-
XYZ5.564.0719.89-
YUV54.08168.02115.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 125 (49.22% from 255) = 59.24%
R=17.54%
G=23.22%
B=59.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37491250.700.6100.51231.8254.3231.76
Hex25317D463D033e83620
Octal4561175106750633506640
Binary10010111000111111011000110111101011001111101000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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