#36448A

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

Shades of Tory Blue #36448A

Tints of Tory Blue #36448A

Color information

#36448A (or 0x36448A) is unknown color: approx Tory Blue. HEX triplet: 36, 44 and 8A. RGB value is (54,68,138). Sum of RGB (Red+Green+Blue) = 54+68+138=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #36448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36448A is #C9BB75. Grayscale: #474747. Windows color (decimal): -13220726 or 9061430. OLE color: 9061430.

HSL color Cylindrical-coordinate representation of color #36448A: hue angle of 230º 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 #36448A is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5468138-
CMYK0.610.5100.46
HSL230º43.75%37.65%-
HSV(B)230º60.87%54.12%-
XYZ8.186.7524.92-
YUV71.79165.36115.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.77%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=20.77%
G=26.15%
B=53.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54681380.610.5100.4623043.7537.65
Hex36448A3D3302Ee62c26
Octal6610421275630563465446
Binary110110100010010001010111101110011010111011100110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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