#36439B

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

Shades of Tory Blue #36439B

Tints of Tory Blue #36439B

Color information

#36439B (or 0x36439B) is unknown color: approx Tory Blue. HEX triplet: 36, 43 and 9B. RGB value is (54,67,155). Sum of RGB (Red+Green+Blue) = 54+67+155=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #36439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36439B is #C9BC64. Grayscale: #484848. Windows color (decimal): -13220965 or 10175286. OLE color: 10175286.

HSL color Cylindrical-coordinate representation of color #36439B: hue angle of 232.28º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36439B is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5467155-
CMYK0.650.5700.39
HSL232.28º48.33%40.98%-
HSV(B)232.28º65.16%60.78%-
XYZ9.447.1731.9-
YUV73.15174.19114.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=19.57%
G=24.28%
B=56.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54671550.650.5700.39232.2848.3340.98
Hex36439B4139027e83029
Octal66103233101710473506051
Binary1101101000011100110111000001111001010011111101000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36439B; }

 p { color: rgb(54,67,155); }

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

<style>
 a { background-color: #36439B; }

 a { background-color: rgb(54,67,155); }

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

<style>
 span { border-color: #36439B; }

 span { border-color: rgb(54,67,155); }

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