#25386D

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

Shades of Resolution Blue #25386D

Tints of Resolution Blue #25386D

Color information

#25386D (or 0x25386D) is unknown color: approx Resolution Blue. HEX triplet: 25, 38 and 6D. RGB value is (37,56,109). Sum of RGB (Red+Green+Blue) = 37+56+109=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #25386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25386D is #DAC792. Grayscale: #383838. Windows color (decimal): -14337939 or 7157797. OLE color: 7157797.

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

Color convert

RGB3756109-
CMYK0.660.4900.57
HSL224.17º49.32%28.63%-
HSV(B)224.17º66.06%42.75%-
XYZ4.944.3315.04-
YUV56.36157.71114.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 109 (42.97% from 255) = 53.96%
R=18.32%
G=27.72%
B=53.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37561090.660.4900.57224.1749.3228.63
Hex25386D4231039e0311d
Octal4570155102610713406135
Binary1001011110001101101100001011000101110011110000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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