#263B8B

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

Shades of Resolution Blue #263B8B

Tints of Resolution Blue #263B8B

Color information

#263B8B (or 0x263B8B) is unknown color: approx Resolution Blue. HEX triplet: 26, 3B and 8B. RGB value is (38,59,139). Sum of RGB (Red+Green+Blue) = 38+59+139=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #263B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263B8B is #D9C474. Grayscale: #3D3D3D. Windows color (decimal): -14271605 or 9124646. OLE color: 9124646.

HSL color Cylindrical-coordinate representation of color #263B8B: hue angle of 227.52º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #263B8B is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3859139-
CMYK0.730.5800.45
HSL227.52º57.06%34.71%-
HSV(B)227.52º72.66%54.51%-
XYZ7.025.425.1-
YUV61.84171.54111-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 59 (23.44% from 255) = 25%
BLUE value IS 139 (54.69% from 255) = 58.90%
R=16.10%
G=25%
B=58.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38591390.730.5800.45227.5257.0634.71
Hex263B8B493A02De43923
Octal4673213111720553447143
Binary100110111011100010111001001111010010110111100100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,59,139); }

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

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

 a { background-color: rgb(38,59,139); }

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

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

 span { border-color: rgb(38,59,139); }

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