#254573

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

Shades of Resolution Blue #254573

Tints of Resolution Blue #254573

Color information

#254573 (or 0x254573) is unknown color: approx Resolution Blue. HEX triplet: 25, 45 and 73. RGB value is (37,69,115). Sum of RGB (Red+Green+Blue) = 37+69+115=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #254573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254573 is #DABA8C. Grayscale: #404040. Windows color (decimal): -14334605 or 7554341. OLE color: 7554341.

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

Color convert

RGB3769115-
CMYK0.680.400.55
HSL215.38º51.32%29.8%-
HSV(B)215.38º67.83%45.1%-
XYZ5.995.8917.04-
YUV64.68156.4108.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=16.74%
G=31.22%
B=52.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37691150.680.400.55215.3851.3229.8
Hex2545734428037d7331e
Octal45105163104500673276336
Binary10010110001011110011100010010100001101111101011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254573; }

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

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

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

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

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

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

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

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