#36468A

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

Shades of Tory Blue #36468A

Tints of Tory Blue #36468A

Color information

#36468A (or 0x36468A) is unknown color: approx Tory Blue. HEX triplet: 36, 46 and 8A. RGB value is (54,70,138). Sum of RGB (Red+Green+Blue) = 54+70+138=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #36468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36468A is #C9B975. Grayscale: #484848. Windows color (decimal): -13220214 or 9061942. OLE color: 9061942.

HSL color Cylindrical-coordinate representation of color #36468A: hue angle of 228.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36468A is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5470138-
CMYK0.610.4900.46
HSL228.57º43.75%37.65%-
HSV(B)228.57º60.87%54.12%-
XYZ8.3724.96-
YUV72.97164.7114.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=20.61%
G=26.72%
B=52.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54701380.610.4900.46228.5743.7537.65
Hex36468A3D3102Ee52c26
Octal6610621275610563455446
Binary110110100011010001010111101110001010111011100101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36468A; }

 p { color: rgb(54,70,138); }

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

<style>
 a { background-color: #36468A; }

 a { background-color: rgb(54,70,138); }

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

<style>
 span { border-color: #36468A; }

 span { border-color: rgb(54,70,138); }

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