#253D73

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

Shades of Resolution Blue #253D73

Tints of Resolution Blue #253D73

Color information

#253D73 (or 0x253D73) is unknown color: approx Resolution Blue. HEX triplet: 25, 3D and 73. RGB value is (37,61,115). Sum of RGB (Red+Green+Blue) = 37+61+115=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #253D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D73 is #DAC28C. Grayscale: #3B3B3B. Windows color (decimal): -14336653 or 7552293. OLE color: 7552293.

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

Color convert

RGB3761115-
CMYK0.680.4700.55
HSL221.54º51.32%29.8%-
HSV(B)221.54º67.83%45.1%-
XYZ5.534.9716.89-
YUV59.98159.05111.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=17.37%
G=28.64%
B=53.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37611150.680.4700.55221.5451.3229.8
Hex253D73442F037de331e
Octal4575163104570673366336
Binary1001011111011110011100010010111101101111101111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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