#253073

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

Shades of Resolution Blue #253073

Tints of Resolution Blue #253073

Color information

#253073 (or 0x253073) is unknown color: approx Resolution Blue. HEX triplet: 25, 30 and 73. RGB value is (37,48,115). Sum of RGB (Red+Green+Blue) = 37+48+115=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #253073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253073 is #DACF8C. Grayscale: #343434. Windows color (decimal): -14339981 or 7548965. OLE color: 7548965.

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

Color convert

RGB3748115-
CMYK0.680.5800.55
HSL231.54º51.32%29.8%-
HSV(B)231.54º67.83%45.1%-
XYZ4.913.7516.68-
YUV52.35163.36117.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 115 (45.31% from 255) = 57.5%
R=18.5%
G=24%
B=57.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37481150.680.5800.55231.5451.3229.8
Hex253073443A037e8331e
Octal4560163104720673506336
Binary1001011100001110011100010011101001101111110100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253073; }

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

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

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

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

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

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

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

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