#253788

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

Shades of Resolution Blue #253788

Tints of Resolution Blue #253788

Color information

#253788 (or 0x253788) is unknown color: approx Resolution Blue. HEX triplet: 25, 37 and 88. RGB value is (37,55,136). Sum of RGB (Red+Green+Blue) = 37+55+136=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #253788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253788 is #DAC877. Grayscale: #3A3A3A. Windows color (decimal): -14338168 or 8927013. OLE color: 8927013.

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

Color convert

RGB3755136-
CMYK0.730.6000.47
HSL229.09º57.23%33.92%-
HSV(B)229.09º72.79%53.33%-
XYZ6.574.923.89-
YUV58.85171.54112.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 136 (53.52% from 255) = 59.65%
R=16.23%
G=24.12%
B=59.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37551360.730.6000.47229.0957.2333.92
Hex253788493C02Fe53922
Octal4567210111740573457142
Binary100101110111100010001001001111100010111111100101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253788; }

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

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

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

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

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

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

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

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