#263E8D

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

Shades of Tory Blue #263E8D

Tints of Tory Blue #263E8D

Color information

#263E8D (or 0x263E8D) is unknown color: approx Tory Blue. HEX triplet: 26, 3E and 8D. RGB value is (38,62,141). Sum of RGB (Red+Green+Blue) = 38+62+141=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #263E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E8D is #D9C172. Grayscale: #3F3F3F. Windows color (decimal): -14270835 or 9256486. OLE color: 9256486.

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

Color convert

RGB3862141-
CMYK0.730.5600.45
HSL226.02º57.54%35.1%-
HSV(B)226.02º73.05%55.29%-
XYZ7.335.7825.93-
YUV63.83171.55109.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 62 (24.61% from 255) = 25.73%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=15.77%
G=25.73%
B=58.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38621410.730.5600.45226.0257.5435.1
Hex263E8D493802De23a23
Octal4676215111700553427243
Binary100110111110100011011001001111000010110111100010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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