#253786

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

Shades of Resolution Blue #253786

Tints of Resolution Blue #253786

Color information

#253786 (or 0x253786) is unknown color: approx Resolution Blue. HEX triplet: 25, 37 and 86. RGB value is (37,55,134). Sum of RGB (Red+Green+Blue) = 37+55+134=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #253786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253786 is #DAC879. Grayscale: #3A3A3A. Windows color (decimal): -14338170 or 8795941. OLE color: 8795941.

HSL color Cylindrical-coordinate representation of color #253786: hue angle of 228.87º 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 #253786 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3755134-
CMYK0.720.5900.47
HSL228.87º56.73%33.53%-
HSV(B)228.87º72.39%52.55%-
XYZ6.434.8523.15-
YUV58.62170.54112.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 134 (52.73% from 255) = 59.29%
R=16.37%
G=24.34%
B=59.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37551340.720.5900.47228.8756.7333.53
Hex253786483B02Fe53922
Octal4567206110730573457142
Binary100101110111100001101001000111011010111111100101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253786; }

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

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

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

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

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

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

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

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