#25357F

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

Shades of Resolution Blue #25357F

Tints of Resolution Blue #25357F

Color information

#25357F (or 0x25357F) is unknown color: approx Resolution Blue. HEX triplet: 25, 35 and 7F. RGB value is (37,53,127). Sum of RGB (Red+Green+Blue) = 37+53+127=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #25357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25357F is #DACA80. Grayscale: #383838. Windows color (decimal): -14338689 or 8336677. OLE color: 8336677.

HSL color Cylindrical-coordinate representation of color #25357F: hue angle of 229.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 #25357F is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3753127-
CMYK0.710.5800.50
HSL229.33º54.88%32.16%-
HSV(B)229.33º70.87%49.8%-
XYZ5.874.4720.63-
YUV56.65167.7113.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 53 (21.09% from 255) = 24.42%
BLUE value IS 127 (50% from 255) = 58.53%
R=17.05%
G=24.42%
B=58.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37531270.710.5800.50229.3354.8832.16
Hex25357F473A032e53720
Octal4565177107720623456740
Binary10010111010111111111000111111010011001011100101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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