#25376B

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

Shades of Resolution Blue #25376B

Tints of Resolution Blue #25376B

Color information

#25376B (or 0x25376B) is unknown color: approx Resolution Blue. HEX triplet: 25, 37 and 6B. RGB value is (37,55,107). Sum of RGB (Red+Green+Blue) = 37+55+107=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #25376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25376B is #DAC894. Grayscale: #373737. Windows color (decimal): -14338197 or 7026469. OLE color: 7026469.

HSL color Cylindrical-coordinate representation of color #25376B: hue angle of 224.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25376B is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3755107-
CMYK0.650.4900.58
HSL224.57º48.61%28.24%-
HSV(B)224.57º65.42%41.96%-
XYZ4.784.1914.47-
YUV55.55157.04114.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 55 (21.88% from 255) = 27.64%
BLUE value IS 107 (42.19% from 255) = 53.77%
R=18.59%
G=27.64%
B=53.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37551070.650.4900.58224.5748.6128.24
Hex25376B413103Ae1311c
Octal4567153101610723416134
Binary1001011101111101011100000111000101110101110000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25376B; }

 p { color: rgb(37,55,107); }

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

<style>
 a { background-color: #25376B; }

 a { background-color: rgb(37,55,107); }

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

<style>
 span { border-color: #25376B; }

 span { border-color: rgb(37,55,107); }

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