#36419E

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

Shades of Tory Blue #36419E

Tints of Tory Blue #36419E

Color information

#36419E (or 0x36419E) is unknown color: approx Tory Blue. HEX triplet: 36, 41 and 9E. RGB value is (54,65,158). Sum of RGB (Red+Green+Blue) = 54+65+158=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #36419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36419E is #C9BE61. Grayscale: #474747. Windows color (decimal): -13221474 or 10371382. OLE color: 10371382.

HSL color Cylindrical-coordinate representation of color #36419E: hue angle of 233.65º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36419E is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5465158-
CMYK0.660.5900.38
HSL233.65º49.06%41.57%-
HSV(B)233.65º65.82%61.96%-
XYZ9.587.0333.2-
YUV72.31176.36114.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=19.49%
G=23.47%
B=57.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54651580.660.5900.38233.6549.0641.57
Hex36419E423B026ea312a
Octal66101236102730463526152
Binary1101101000001100111101000010111011010011011101010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36419E; }

 p { color: rgb(54,65,158); }

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

<style>
 a { background-color: #36419E; }

 a { background-color: rgb(54,65,158); }

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

<style>
 span { border-color: #36419E; }

 span { border-color: rgb(54,65,158); }

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