#263686

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

Shades of Resolution Blue #263686

Tints of Resolution Blue #263686

Color information

#263686 (or 0x263686) is unknown color: approx Resolution Blue. HEX triplet: 26, 36 and 86. RGB value is (38,54,134). Sum of RGB (Red+Green+Blue) = 38+54+134=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #263686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263686 is #D9C979. Grayscale: #3A3A3A. Windows color (decimal): -14272890 or 8795686. OLE color: 8795686.

HSL color Cylindrical-coordinate representation of color #263686: hue angle of 230º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263686 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3854134-
CMYK0.720.6000.47
HSL230º55.81%33.73%-
HSV(B)230º71.64%52.55%-
XYZ6.424.7723.14-
YUV58.34170.7113.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 134 (52.73% from 255) = 59.29%
R=16.81%
G=23.89%
B=59.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38541340.720.6000.4723055.8133.73
Hex263686483C02Fe63822
Octal4666206110740573467042
Binary100110110110100001101001000111100010111111100110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263686; }

 p { color: rgb(38,54,134); }

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

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

 a { background-color: rgb(38,54,134); }

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

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

 span { border-color: rgb(38,54,134); }

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