#36429E

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

Shades of Tory Blue #36429E

Tints of Tory Blue #36429E

Color information

#36429E (or 0x36429E) is unknown color: approx Tory Blue. HEX triplet: 36, 42 and 9E. RGB value is (54,66,158). Sum of RGB (Red+Green+Blue) = 54+66+158=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #36429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36429E is #C9BD61. Grayscale: #484848. Windows color (decimal): -13221218 or 10371638. OLE color: 10371638.

HSL color Cylindrical-coordinate representation of color #36429E: hue angle of 233.08º 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 #36429E is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5466158-
CMYK0.660.5800.38
HSL233.08º49.06%41.57%-
HSV(B)233.08º65.82%61.96%-
XYZ9.647.1533.22-
YUV72.9176.02114.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.42%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 158 (62.11% from 255) = 56.83%
R=19.42%
G=23.74%
B=56.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54661580.660.5800.38233.0849.0641.57
Hex36429E423A026e9312a
Octal66102236102720463516152
Binary1101101000010100111101000010111010010011011101001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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