#263C92

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

Shades of Tory Blue #263C92

Tints of Tory Blue #263C92

Color information

#263C92 (or 0x263C92) is unknown color: approx Tory Blue. HEX triplet: 26, 3C and 92. RGB value is (38,60,146). Sum of RGB (Red+Green+Blue) = 38+60+146=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #263C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C92 is #D9C36D. Grayscale: #3E3E3E. Windows color (decimal): -14271342 or 9583654. OLE color: 9583654.

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

Color convert

RGB3860146-
CMYK0.740.5900.43
HSL227.78º58.7%36.08%-
HSV(B)227.78º73.97%57.25%-
XYZ7.65.7227.9-
YUV63.23174.71110.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 60 (23.83% from 255) = 24.59%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=15.57%
G=24.59%
B=59.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38601460.740.5900.43227.7858.736.08
Hex263C924A3B02Be43b24
Octal4674222112730533447344
Binary100110111100100100101001010111011010101111100100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,60,146); }

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

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

 a { background-color: rgb(38,60,146); }

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

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

 span { border-color: rgb(38,60,146); }

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