#363E99

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

Shades of Tory Blue #363E99

Tints of Tory Blue #363E99

Color information

#363E99 (or 0x363E99) is unknown color: approx Tory Blue. HEX triplet: 36, 3E and 99. RGB value is (54,62,153). Sum of RGB (Red+Green+Blue) = 54+62+153=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #363E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363E99 is #C9C166. Grayscale: #454545. Windows color (decimal): -13222247 or 10042934. OLE color: 10042934.

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

Color convert

RGB5462153-
CMYK0.650.5900.4
HSL235.15º47.83%40.59%-
HSV(B)235.15º64.71%60%-
XYZ8.996.5330.92-
YUV69.98174.85116.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 153 (60.16% from 255) = 56.88%
R=20.07%
G=23.05%
B=56.88%

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
Decimal54621530.650.5900.4235.1547.8340.59
Hex363E99413B028eb3029
Octal6676231101730503536051
Binary110110111110100110011000001111011010100011101011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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