#363F9A

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

Shades of Tory Blue #363F9A

Tints of Tory Blue #363F9A

Color information

#363F9A (or 0x363F9A) is unknown color: approx Tory Blue. HEX triplet: 36, 3F and 9A. RGB value is (54,63,154). Sum of RGB (Red+Green+Blue) = 54+63+154=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #363F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F9A is #C9C065. Grayscale: #464646. Windows color (decimal): -13221990 or 10108726. OLE color: 10108726.

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

Color convert

RGB5463154-
CMYK0.650.5900.40
HSL234.6º48.08%40.78%-
HSV(B)234.6º64.94%60.39%-
XYZ9.136.6731.38-
YUV70.68175.02116.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 154 (60.55% from 255) = 56.83%
R=19.93%
G=23.25%
B=56.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54631540.650.5900.40234.648.0840.78
Hex363F9A413B028eb3029
Octal6677232101730503536051
Binary110110111111100110101000001111011010100011101011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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