#25328E

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

Shades of Resolution Blue #25328E

Tints of Resolution Blue #25328E

Color information

#25328E (or 0x25328E) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 8E. RGB value is (37,50,142). Sum of RGB (Red+Green+Blue) = 37+50+142=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #25328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25328E is #DACD71. Grayscale: #383838. Windows color (decimal): -14339442 or 9318949. OLE color: 9318949.

HSL color Cylindrical-coordinate representation of color #25328E: hue angle of 232.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25328E is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3750142-
CMYK0.740.6500.44
HSL232.57º58.66%35.1%-
HSV(B)232.57º73.94%55.69%-
XYZ6.794.6326.13-
YUV56.6176.19114.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 142 (55.86% from 255) = 62.01%
R=16.16%
G=21.83%
B=62.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37501420.740.6500.44232.5758.6635.1
Hex25328E4A4102Ce93b23
Octal45622161121010543517343
Binary1001011100101000111010010101000001010110011101001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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