#25328B

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

Shades of Resolution Blue #25328B

Tints of Resolution Blue #25328B

Color information

#25328B (or 0x25328B) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 8B. RGB value is (37,50,139). Sum of RGB (Red+Green+Blue) = 37+50+139=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #25328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25328B is #DACD74. Grayscale: #373737. Windows color (decimal): -14339445 or 9122341. OLE color: 9122341.

HSL color Cylindrical-coordinate representation of color #25328B: hue angle of 232.35º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25328B is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3750139-
CMYK0.730.6400.45
HSL232.35º57.95%34.51%-
HSV(B)232.35º73.38%54.51%-
XYZ6.564.5424.96-
YUV56.26174.69114.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 139 (54.69% from 255) = 61.50%
R=16.37%
G=22.12%
B=61.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37501390.730.6400.45232.3557.9534.51
Hex25328B494002De83a23
Octal45622131111000553507243
Binary1001011100101000101110010011000000010110111101000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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