#254173

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

Shades of Resolution Blue #254173

Tints of Resolution Blue #254173

Color information

#254173 (or 0x254173) is unknown color: approx Resolution Blue. HEX triplet: 25, 41 and 73. RGB value is (37,65,115). Sum of RGB (Red+Green+Blue) = 37+65+115=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #254173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254173 is #DABE8C. Grayscale: #3E3E3E. Windows color (decimal): -14335629 or 7553317. OLE color: 7553317.

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

Color convert

RGB3765115-
CMYK0.680.4300.55
HSL218.46º51.32%29.8%-
HSV(B)218.46º67.83%45.1%-
XYZ5.755.4116.96-
YUV62.33157.72109.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=17.05%
G=29.95%
B=53.00%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37651150.680.4300.55218.4651.3229.8
Hex254173442B037da331e
Octal45101163104530673326336
Binary10010110000011110011100010010101101101111101101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254173; }

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

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

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

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

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

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

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

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