#263D93

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

Shades of Tory Blue #263D93

Tints of Tory Blue #263D93

Color information

#263D93 (or 0x263D93) is unknown color: approx Tory Blue. HEX triplet: 26, 3D and 93. RGB value is (38,61,147). Sum of RGB (Red+Green+Blue) = 38+61+147=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #263D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D93 is #D9C26C. Grayscale: #3F3F3F. Windows color (decimal): -14271085 or 9649446. OLE color: 9649446.

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

Color convert

RGB3861147-
CMYK0.740.5900.42
HSL227.34º58.92%36.27%-
HSV(B)227.34º74.15%57.65%-
XYZ7.735.8628.33-
YUV63.93174.88109.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 147 (57.81% from 255) = 59.76%
R=15.45%
G=24.80%
B=59.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38611470.740.5900.42227.3458.9236.27
Hex263D934A3B02Ae33b24
Octal4675223112730523437344
Binary100110111101100100111001010111011010101011100011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,61,147); }

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

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

 a { background-color: rgb(38,61,147); }

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

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

 span { border-color: rgb(38,61,147); }

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