#253887

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

Shades of Resolution Blue #253887

Tints of Resolution Blue #253887

Color information

#253887 (or 0x253887) is unknown color: approx Resolution Blue. HEX triplet: 25, 38 and 87. RGB value is (37,56,135). Sum of RGB (Red+Green+Blue) = 37+56+135=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #253887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253887 is #DAC778. Grayscale: #3A3A3A. Windows color (decimal): -14337913 or 8861733. OLE color: 8861733.

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

Color convert

RGB3756135-
CMYK0.730.5900.47
HSL228.37º56.98%33.73%-
HSV(B)228.37º72.59%52.94%-
XYZ6.554.9723.54-
YUV59.32170.71112.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 56 (22.27% from 255) = 24.56%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=16.23%
G=24.56%
B=59.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37561350.730.5900.47228.3756.9833.73
Hex253887493B02Fe43922
Octal4570207111730573447142
Binary100101111000100001111001001111011010111111100100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253887; }

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

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

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

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

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

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

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

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