#253185

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

Shades of Resolution Blue #253185

Tints of Resolution Blue #253185

Color information

#253185 (or 0x253185) is unknown color: approx Resolution Blue. HEX triplet: 25, 31 and 85. RGB value is (37,49,133). Sum of RGB (Red+Green+Blue) = 37+49+133=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #253185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253185 is #DACE7A. Grayscale: #363636. Windows color (decimal): -14339707 or 8728869. OLE color: 8728869.

HSL color Cylindrical-coordinate representation of color #253185: hue angle of 232.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253185 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3749133-
CMYK0.720.6300.48
HSL232.5º56.47%33.33%-
HSV(B)232.5º72.18%52.16%-
XYZ6.094.2822.7-
YUV54.99172.02115.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 133 (52.34% from 255) = 60.73%
R=16.89%
G=22.37%
B=60.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37491330.720.6300.48232.556.4733.33
Hex253185483F030e83821
Octal4561205110770603507041
Binary100101110001100001011001000111111011000011101000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253185; }

 p { color: rgb(37,49,133); }

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

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

 a { background-color: rgb(37,49,133); }

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

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

 span { border-color: rgb(37,49,133); }

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