#263687

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

Shades of Resolution Blue #263687

Tints of Resolution Blue #263687

Color information

#263687 (or 0x263687) is unknown color: approx Resolution Blue. HEX triplet: 26, 36 and 87. RGB value is (38,54,135). Sum of RGB (Red+Green+Blue) = 38+54+135=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #263687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263687 is #D9C978. Grayscale: #3A3A3A. Windows color (decimal): -14272889 or 8861222. OLE color: 8861222.

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

Color convert

RGB3854135-
CMYK0.720.6000.47
HSL230.1º56.07%33.92%-
HSV(B)230.1º71.85%52.94%-
XYZ6.494.823.51-
YUV58.45171.2113.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=16.74%
G=23.79%
B=59.47%

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
Decimal38541350.720.6000.47230.156.0733.92
Hex263687483C02Fe63822
Octal4666207110740573467042
Binary100110110110100001111001000111100010111111100110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263687; }

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

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

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

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

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

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

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

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