#253B87

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

Shades of Resolution Blue #253B87

Tints of Resolution Blue #253B87

Color information

#253B87 (or 0x253B87) is unknown color: approx Resolution Blue. HEX triplet: 25, 3B and 87. RGB value is (37,59,135). Sum of RGB (Red+Green+Blue) = 37+59+135=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #253B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B87 is #DAC478. Grayscale: #3C3C3C. Windows color (decimal): -14337145 or 8862501. OLE color: 8862501.

HSL color Cylindrical-coordinate representation of color #253B87: hue angle of 226.53º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253B87 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3759135-
CMYK0.730.5600.47
HSL226.53º56.98%33.73%-
HSV(B)226.53º72.59%52.94%-
XYZ6.75.2723.59-
YUV61.09169.71110.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 59 (23.44% from 255) = 25.54%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=16.02%
G=25.54%
B=58.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37591350.730.5600.47226.5356.9833.73
Hex253B87493802Fe33922
Octal4573207111700573437142
Binary100101111011100001111001001111000010111111100011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253B87; }

 p { color: rgb(37,59,135); }

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

<style>
 a { background-color: #253B87; }

 a { background-color: rgb(37,59,135); }

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

<style>
 span { border-color: #253B87; }

 span { border-color: rgb(37,59,135); }

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