#253473

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

Shades of Resolution Blue #253473

Tints of Resolution Blue #253473

Color information

#253473 (or 0x253473) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 73. RGB value is (37,52,115). Sum of RGB (Red+Green+Blue) = 37+52+115=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #253473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253473 is #DACB8C. Grayscale: #363636. Windows color (decimal): -14338957 or 7549989. OLE color: 7549989.

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

Color convert

RGB3752115-
CMYK0.680.5500.55
HSL228.46º51.32%29.8%-
HSV(B)228.46º67.83%45.1%-
XYZ5.094.0916.74-
YUV54.7162.03115.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=18.14%
G=25.49%
B=56.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37521150.680.5500.55228.4651.3229.8
Hex2534734437037e4331e
Octal4564163104670673446336
Binary1001011101001110011100010011011101101111110010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253473; }

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

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

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

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

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

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

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

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