#263586

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

Shades of Resolution Blue #263586

Tints of Resolution Blue #263586

Color information

#263586 (or 0x263586) is unknown color: approx Resolution Blue. HEX triplet: 26, 35 and 86. RGB value is (38,53,134). Sum of RGB (Red+Green+Blue) = 38+53+134=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #263586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263586 is #D9CA79. Grayscale: #393939. Windows color (decimal): -14273146 or 8795430. OLE color: 8795430.

HSL color Cylindrical-coordinate representation of color #263586: hue angle of 230.62º 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 #263586 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3853134-
CMYK0.720.6000.47
HSL230.62º55.81%33.73%-
HSV(B)230.62º71.64%52.55%-
XYZ6.384.6823.12-
YUV57.75171.03113.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 134 (52.73% from 255) = 59.56%
R=16.89%
G=23.56%
B=59.56%

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
Decimal38531340.720.6000.47230.6255.8133.73
Hex263586483C02Fe73822
Octal4665206110740573477042
Binary100110110101100001101001000111100010111111100111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263586; }

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

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

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

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

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

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

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

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