Html Css Color HEX #36518B Tory Blue

📋 copy color: '#36518B'

red 54 ◦ green 81 ◦ blue 139

#36518B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #36518B

Tints of Tory Blue #36518B

RGB

 RED value IS 54 (21.48% from 255) = 19.71%

 GREEN value IS 81 (32.03% from 255) = 29.56%

 BLUE value IS 139 (54.69% from 255) = 50.73%

R = 19.71%
G = 29.56%
B = 50.73%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36518B (or 0x36518B) is known color: Tory Blue. HEX triplet: 36, 51 and 8B. RGB value is (54,81,139). Sum of RGB (Red+Green+Blue) = 54+81+139=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #36518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36518B is #C9AE74. Grayscale: #4F4F4F. Windows color (decimal): -13217397 or 9130294. OLE color: 9130294.

HSL color Cylindrical-coordinate representation of color #36518B: hue angle of 220.94º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36518B is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 81 139 -
CMYK 0.61 0.42 0 0.45
HSL 220.94º 0.44% 0.38% -
HSV(B) 220.94º 0.61% 0.55% -
XYZ 9.12 8.53 25.59 -
YUV 79.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 54 81 139 0.61 0.42 0 0.45 220.94 0.44 0.38
Hex 36 51 8B 3D 2A 0 2D DD 2C 26
Octal 66 121 213 75 52 0 55 335 54 46
Binary 110110 1010001 10001011 111101 101010 0 101101 11011101 101100 100110

Color Harmonies of #36518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36518B

Black with #36518B

Text Example


Text Example

White with #36518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,81,139); }

 H1.HeaderClassName
 {
   color: #36518B;
 }
 .AnyTagClassName
 {
   color: #36518B;
 }
</style>

background-color css

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

 a { background-color: rgb(54,81,139); }

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

border-color css

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

 span { border-color: rgb(54,81,139); }

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