#263C87

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

Shades of Resolution Blue #263C87

Tints of Resolution Blue #263C87

Color information

#263C87 (or 0x263C87) is unknown color: approx Resolution Blue. HEX triplet: 26, 3C and 87. RGB value is (38,60,135). Sum of RGB (Red+Green+Blue) = 38+60+135=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #263C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C87 is #D9C378. Grayscale: #3D3D3D. Windows color (decimal): -14271353 or 8862758. OLE color: 8862758.

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

Color convert

RGB3860135-
CMYK0.720.5600.47
HSL226.39º56.07%33.92%-
HSV(B)226.39º71.85%52.94%-
XYZ6.795.3923.6-
YUV61.97169.21110.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 135 (53.12% from 255) = 57.94%
R=16.31%
G=25.75%
B=57.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38601350.720.5600.47226.3956.0733.92
Hex263C87483802Fe23822
Octal4674207110700573427042
Binary100110111100100001111001000111000010111111100010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263C87; }

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

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

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

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

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

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

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

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