#363F9B

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

Shades of Tory Blue #363F9B

Tints of Tory Blue #363F9B

Color information

#363F9B (or 0x363F9B) is unknown color: approx Tory Blue. HEX triplet: 36, 3F and 9B. RGB value is (54,63,155). Sum of RGB (Red+Green+Blue) = 54+63+155=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #363F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F9B is #C9C064. Grayscale: #464646. Windows color (decimal): -13221989 or 10174262. OLE color: 10174262.

HSL color Cylindrical-coordinate representation of color #363F9B: hue angle of 234.65º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363F9B is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5463155-
CMYK0.650.5900.39
HSL234.65º48.33%40.98%-
HSV(B)234.65º65.16%60.78%-
XYZ9.226.7131.82-
YUV70.8175.52116.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 155 (60.94% from 255) = 56.99%
R=19.85%
G=23.16%
B=56.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54631550.650.5900.39234.6548.3340.98
Hex363F9B413B027eb3029
Octal6677233101730473536051
Binary110110111111100110111000001111011010011111101011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363F9B; }

 p { color: rgb(54,63,155); }

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

<style>
 a { background-color: #363F9B; }

 a { background-color: rgb(54,63,155); }

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

<style>
 span { border-color: #363F9B; }

 span { border-color: rgb(54,63,155); }

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