#253688

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

Shades of Resolution Blue #253688

Tints of Resolution Blue #253688

Color information

#253688 (or 0x253688) is unknown color: approx Resolution Blue. HEX triplet: 25, 36 and 88. RGB value is (37,54,136). Sum of RGB (Red+Green+Blue) = 37+54+136=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #253688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253688 is #DAC977. Grayscale: #393939. Windows color (decimal): -14338424 or 8926757. OLE color: 8926757.

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

Color convert

RGB3754136-
CMYK0.730.6000.47
HSL229.7º57.23%33.92%-
HSV(B)229.7º72.79%53.33%-
XYZ6.534.8123.88-
YUV58.26171.87112.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 136 (53.52% from 255) = 59.91%
R=16.30%
G=23.79%
B=59.91%

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
Decimal37541360.730.6000.47229.757.2333.92
Hex253688493C02Fe63922
Octal4566210111740573467142
Binary100101110110100010001001001111100010111111100110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253688; }

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

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

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

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

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

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

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

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