#263f8b

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

Shades of Tory Blue #263F8B

Tints of Tory Blue #263F8B

Color information

#263F8B (or 0x263F8B) is unknown color: approx Tory Blue. HEX triplet: 26, 3F and 8B. RGB value is (38,63,139). Sum of RGB (Red+Green+Blue) = 38+63+139=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #263F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F8B is #D9C074. Grayscale: #3F3F3F. Windows color (decimal): -14270581 or 9125670. OLE color: 9125670.

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

Color convert

RGB3863139-
CMYK0.730.5500.45
HSL225.15º57.06%34.71%-
HSV(B)225.15º72.66%54.51%-
XYZ7.245.8325.17-
YUV64.19170.22109.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 139 (54.69% from 255) = 57.92%
R=15.83%
G=26.25%
B=57.92%

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
Decimal38631390.730.5500.45225.1557.0634.71
Hex263F8B493702De13923
Octal4677213111670553417143
Binary100110111111100010111001001110111010110111100001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263f8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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