#363F99

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

Shades of Tory Blue #363F99

Tints of Tory Blue #363F99

Color information

#363F99 (or 0x363F99) is unknown color: approx Tory Blue. HEX triplet: 36, 3F and 99. RGB value is (54,63,153). Sum of RGB (Red+Green+Blue) = 54+63+153=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #363F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F99 is #C9C066. Grayscale: #464646. Windows color (decimal): -13221991 or 10043190. OLE color: 10043190.

HSL color Cylindrical-coordinate representation of color #363F99: hue angle of 234.55º 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 #363F99 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5463153-
CMYK0.650.5900.4
HSL234.55º47.83%40.59%-
HSV(B)234.55º64.71%60%-
XYZ9.056.6430.94-
YUV70.57174.52116.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 63 (25% from 255) = 23.33%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=20%
G=23.33%
B=56.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54631530.650.5900.4234.5547.8340.59
Hex363F99413B028eb3029
Octal6677231101730503536051
Binary110110111111100110011000001111011010100011101011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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