#25396D

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

Shades of Resolution Blue #25396D

Tints of Resolution Blue #25396D

Color information

#25396D (or 0x25396D) is unknown color: approx Resolution Blue. HEX triplet: 25, 39 and 6D. RGB value is (37,57,109). Sum of RGB (Red+Green+Blue) = 37+57+109=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #25396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25396D is #DAC692. Grayscale: #383838. Windows color (decimal): -14337683 or 7158053. OLE color: 7158053.

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

Color convert

RGB3757109-
CMYK0.660.4800.57
HSL223.33º49.32%28.63%-
HSV(B)223.33º66.06%42.75%-
XYZ4.994.4215.06-
YUV56.95157.37113.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 109 (42.97% from 255) = 53.69%
R=18.23%
G=28.08%
B=53.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37571090.660.4800.57223.3349.3228.63
Hex25396D4230039df311d
Octal4571155102600713376135
Binary1001011110011101101100001011000001110011101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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