#263173

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

Shades of Resolution Blue #263173

Tints of Resolution Blue #263173

Color information

#263173 (or 0x263173) is unknown color: approx Resolution Blue. HEX triplet: 26, 31 and 73. RGB value is (38,49,115). Sum of RGB (Red+Green+Blue) = 38+49+115=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #263173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263173 is #D9CE8C. Grayscale: #343434. Windows color (decimal): -14274189 or 7549222. OLE color: 7549222.

HSL color Cylindrical-coordinate representation of color #263173: hue angle of 231.43º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #263173 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3849115-
CMYK0.670.5700.55
HSL231.43º50.33%30%-
HSV(B)231.43º66.96%45.1%-
XYZ4.993.8516.7-
YUV53.24162.86117.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=18.81%
G=24.26%
B=56.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38491150.670.5700.55231.4350.3330
Hex2631734339037e7321e
Octal4661163103710673476236
Binary1001101100011110011100001111100101101111110011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263173; }

 p { color: rgb(38,49,115); }

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

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

 a { background-color: rgb(38,49,115); }

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

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

 span { border-color: rgb(38,49,115); }

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