#25326E

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

Shades of Resolution Blue #25326E

Tints of Resolution Blue #25326E

Color information

#25326E (or 0x25326E) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 6E. RGB value is (37,50,110). Sum of RGB (Red+Green+Blue) = 37+50+110=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #25326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25326E is #DACD91. Grayscale: #343434. Windows color (decimal): -14339474 or 7221797. OLE color: 7221797.

HSL color Cylindrical-coordinate representation of color #25326E: hue angle of 229.32º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25326E is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3750110-
CMYK0.660.5500.57
HSL229.32º49.66%28.82%-
HSV(B)229.32º66.36%43.14%-
XYZ4.723.815.24-
YUV52.95160.19116.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=18.78%
G=25.38%
B=55.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37501100.660.5500.57229.3249.6628.82
Hex25326E4237039e5321d
Octal4562156102670713456235
Binary1001011100101101110100001011011101110011110010111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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