#25327F

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

Shades of Resolution Blue #25327F

Tints of Resolution Blue #25327F

Color information

#25327F (or 0x25327F) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 7F. RGB value is (37,50,127). Sum of RGB (Red+Green+Blue) = 37+50+127=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #25327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25327F is #DACD80. Grayscale: #363636. Windows color (decimal): -14339457 or 8335909. OLE color: 8335909.

HSL color Cylindrical-coordinate representation of color #25327F: hue angle of 231.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25327F is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3750127-
CMYK0.710.6100.50
HSL231.33º54.88%32.16%-
HSV(B)231.33º70.87%49.8%-
XYZ5.734.2120.59-
YUV54.89168.69115.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 127 (50% from 255) = 59.35%
R=17.29%
G=23.36%
B=59.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37501270.710.6100.50231.3354.8832.16
Hex25327F473D032e73720
Octal4562177107750623476740
Binary10010111001011111111000111111101011001011100111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25327F; }

 p { color: rgb(37,50,127); }

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

<style>
 a { background-color: #25327F; }

 a { background-color: rgb(37,50,127); }

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

<style>
 span { border-color: #25327F; }

 span { border-color: rgb(37,50,127); }

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