#253A73

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

Shades of Resolution Blue #253A73

Tints of Resolution Blue #253A73

Color information

#253A73 (or 0x253A73) is unknown color: approx Resolution Blue. HEX triplet: 25, 3A and 73. RGB value is (37,58,115). Sum of RGB (Red+Green+Blue) = 37+58+115=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #253A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A73 is #DAC58C. Grayscale: #393939. Windows color (decimal): -14337421 or 7551525. OLE color: 7551525.

HSL color Cylindrical-coordinate representation of color #253A73: hue angle of 223.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253A73 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3758115-
CMYK0.680.5000.55
HSL223.85º51.32%29.8%-
HSV(B)223.85º67.83%45.1%-
XYZ5.374.6616.84-
YUV58.22160.04112.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=17.62%
G=27.62%
B=54.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37581150.680.5000.55223.8551.3229.8
Hex253A734432037e0331e
Octal4572163104620673406336
Binary1001011110101110011100010011001001101111110000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253A73; }

 p { color: rgb(37,58,115); }

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

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

 a { background-color: rgb(37,58,115); }

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

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

 span { border-color: rgb(37,58,115); }

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