#263E96

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

Shades of Tory Blue #263E96

Tints of Tory Blue #263E96

Color information

#263E96 (or 0x263E96) is unknown color: approx Tory Blue. HEX triplet: 26, 3E and 96. RGB value is (38,62,150). Sum of RGB (Red+Green+Blue) = 38+62+150=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #263E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E96 is #D9C169. Grayscale: #404040. Windows color (decimal): -14270826 or 9846310. OLE color: 9846310.

HSL color Cylindrical-coordinate representation of color #263E96: hue angle of 227.14º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263E96 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3862150-
CMYK0.750.5900.41
HSL227.14º59.57%36.86%-
HSV(B)227.14º74.67%58.82%-
XYZ8.036.0629.6-
YUV64.86176.05108.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 62 (24.61% from 255) = 24.8%
BLUE value IS 150 (58.98% from 255) = 60%
R=15.2%
G=24.8%
B=60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38621500.750.5900.41227.1459.5736.86
Hex263E964B3B029e33c25
Octal4676226113730513437445
Binary100110111110100101101001011111011010100111100011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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