#253486

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

Shades of Resolution Blue #253486

Tints of Resolution Blue #253486

Color information

#253486 (or 0x253486) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 86. RGB value is (37,52,134). Sum of RGB (Red+Green+Blue) = 37+52+134=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #253486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253486 is #DACB79. Grayscale: #383838. Windows color (decimal): -14338938 or 8795173. OLE color: 8795173.

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

Color convert

RGB3752134-
CMYK0.720.6100.47
HSL230.72º56.73%33.53%-
HSV(B)230.72º72.39%52.55%-
XYZ6.294.5723.1-
YUV56.86171.53113.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 134 (52.73% from 255) = 60.09%
R=16.59%
G=23.32%
B=60.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37521340.720.6100.47230.7256.7333.53
Hex253486483D02Fe73922
Octal4564206110750573477142
Binary100101110100100001101001000111101010111111100111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253486; }

 p { color: rgb(37,52,134); }

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

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

 a { background-color: rgb(37,52,134); }

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

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

 span { border-color: rgb(37,52,134); }

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