#253973

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

Shades of Resolution Blue #253973

Tints of Resolution Blue #253973

Color information

#253973 (or 0x253973) is unknown color: approx Resolution Blue. HEX triplet: 25, 39 and 73. RGB value is (37,57,115). Sum of RGB (Red+Green+Blue) = 37+57+115=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #253973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253973 is #DAC68C. Grayscale: #393939. Windows color (decimal): -14337677 or 7551269. OLE color: 7551269.

HSL color Cylindrical-coordinate representation of color #253973: hue angle of 224.62º 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 #253973 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3757115-
CMYK0.680.5000.55
HSL224.62º51.32%29.8%-
HSV(B)224.62º67.83%45.1%-
XYZ5.324.5616.82-
YUV57.63160.37113.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 115 (45.31% from 255) = 55.02%
R=17.70%
G=27.27%
B=55.02%

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
Decimal37571150.680.5000.55224.6251.3229.8
Hex2539734432037e1331e
Octal4571163104620673416336
Binary1001011110011110011100010011001001101111110000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253973; }

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

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

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

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

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

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

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

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