#263A90

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

Shades of Tory Blue #263A90

Tints of Tory Blue #263A90

Color information

#263A90 (or 0x263A90) is unknown color: approx Tory Blue. HEX triplet: 26, 3A and 90. RGB value is (38,58,144). Sum of RGB (Red+Green+Blue) = 38+58+144=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #263A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A90 is #D9C56F. Grayscale: #3D3D3D. Windows color (decimal): -14271856 or 9452070. OLE color: 9452070.

HSL color Cylindrical-coordinate representation of color #263A90: hue angle of 228.68º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263A90 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3858144-
CMYK0.740.6000.44
HSL228.68º58.24%35.69%-
HSV(B)228.68º73.61%56.47%-
XYZ7.355.4527.05-
YUV61.82174.37111.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 144 (56.64% from 255) = 60%
R=15.83%
G=24.17%
B=60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38581440.740.6000.44228.6858.2435.69
Hex263A904A3C02Ce53a24
Octal4672220112740543457244
Binary100110111010100100001001010111100010110011100101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,58,144); }

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

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

 a { background-color: rgb(38,58,144); }

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

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

 span { border-color: rgb(38,58,144); }

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