#25396E

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

Shades of Resolution Blue #25396E

Tints of Resolution Blue #25396E

Color information

#25396E (or 0x25396E) is unknown color: approx Resolution Blue. HEX triplet: 25, 39 and 6E. RGB value is (37,57,110). Sum of RGB (Red+Green+Blue) = 37+57+110=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #25396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25396E is #DAC691. Grayscale: #383838. Windows color (decimal): -14337682 or 7223589. OLE color: 7223589.

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

Color convert

RGB3757110-
CMYK0.660.4800.57
HSL223.56º49.66%28.82%-
HSV(B)223.56º66.36%43.14%-
XYZ5.044.4515.34-
YUV57.06157.87113.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=18.14%
G=27.94%
B=53.92%

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
Decimal37571100.660.4800.57223.5649.6628.82
Hex25396E4230039e0321d
Octal4571156102600713406235
Binary1001011110011101110100001011000001110011110000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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