#263E8B

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

Shades of Tory Blue #263E8B

Tints of Tory Blue #263E8B

Color information

#263E8B (or 0x263E8B) is unknown color: approx Tory Blue. HEX triplet: 26, 3E and 8B. RGB value is (38,62,139). Sum of RGB (Red+Green+Blue) = 38+62+139=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #263E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E8B is #D9C174. Grayscale: #3F3F3F. Windows color (decimal): -14270837 or 9125414. OLE color: 9125414.

HSL color Cylindrical-coordinate representation of color #263E8B: hue angle of 225.74º 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 #263E8B is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3862139-
CMYK0.730.5500.45
HSL225.74º57.06%34.71%-
HSV(B)225.74º72.66%54.51%-
XYZ7.185.7225.15-
YUV63.6170.55109.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 62 (24.61% from 255) = 25.94%
BLUE value IS 139 (54.69% from 255) = 58.16%
R=15.90%
G=25.94%
B=58.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38621390.730.5500.45225.7457.0634.71
Hex263E8B493702De23923
Octal4676213111670553427143
Binary100110111110100010111001001110111010110111100010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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