#25326D

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

Shades of Resolution Blue #25326D

Tints of Resolution Blue #25326D

Color information

#25326D (or 0x25326D) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 6D. RGB value is (37,50,109). Sum of RGB (Red+Green+Blue) = 37+50+109=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #25326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25326D is #DACD92. Grayscale: #343434. Windows color (decimal): -14339475 or 7156261. OLE color: 7156261.

HSL color Cylindrical-coordinate representation of color #25326D: hue angle of 229.17º degrees, saturation: 0.49, 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 #25326D is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3750109-
CMYK0.660.5400.57
HSL229.17º49.32%28.63%-
HSV(B)229.17º66.06%42.75%-
XYZ4.663.7814.95-
YUV52.84159.69116.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 109 (42.97% from 255) = 55.61%
R=18.88%
G=25.51%
B=55.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37501090.660.5400.57229.1749.3228.63
Hex25326D4236039e5311d
Octal4562155102660713456135
Binary1001011100101101101100001011011001110011110010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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