#254473

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

Shades of Resolution Blue #254473

Tints of Resolution Blue #254473

Color information

#254473 (or 0x254473) is unknown color: approx Resolution Blue. HEX triplet: 25, 44 and 73. RGB value is (37,68,115). Sum of RGB (Red+Green+Blue) = 37+68+115=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #254473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254473 is #DABB8C. Grayscale: #3F3F3F. Windows color (decimal): -14334861 or 7554085. OLE color: 7554085.

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

Color convert

RGB3768115-
CMYK0.680.4100.55
HSL216.15º51.32%29.8%-
HSV(B)216.15º67.83%45.1%-
XYZ5.925.7717.02-
YUV64.09156.73108.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=16.82%
G=30.91%
B=52.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37681150.680.4100.55216.1551.3229.8
Hex2544734429037d8331e
Octal45104163104510673306336
Binary10010110001001110011100010010100101101111101100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254473; }

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

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

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

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

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

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

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

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