#36419F

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

Shades of Tory Blue #36419F

Tints of Tory Blue #36419F

Color information

#36419F (or 0x36419F) is unknown color: approx Tory Blue. HEX triplet: 36, 41 and 9F. RGB value is (54,65,159). Sum of RGB (Red+Green+Blue) = 54+65+159=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #36419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36419F is #C9BE60. Grayscale: #484848. Windows color (decimal): -13221473 or 10436918. OLE color: 10436918.

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

Color convert

RGB5465159-
CMYK0.660.5900.38
HSL233.71º49.3%41.76%-
HSV(B)233.71º66.04%62.35%-
XYZ9.677.0733.66-
YUV72.43176.86114.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.42%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 159 (62.5% from 255) = 57.19%
R=19.42%
G=23.38%
B=57.19%

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
Decimal54651590.660.5900.38233.7149.341.76
Hex36419F423B026ea312a
Octal66101237102730463526152
Binary1101101000001100111111000010111011010011011101010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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