Html Css Color HEX #364786 Tory Blue

📋 copy color: '#364786'

red 54 ◦ green 71 ◦ blue 134

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

Shades of Tory Blue #364786

Tints of Tory Blue #364786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

 BLUE value IS 134 (52.73% from 255) = 51.74%

R = 20.85%
G = 27.41%
B = 51.74%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#364786 (or 0x364786) is known color: Tory Blue. HEX triplet: 36, 47 and 86. RGB value is (54,71,134). Sum of RGB (Red+Green+Blue) = 54+71+134=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #364786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364786 is #C9B879. Grayscale: #484848. Windows color (decimal): -13219962 or 8800054. OLE color: 8800054.

HSL color Cylindrical-coordinate representation of color #364786: hue angle of 227.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #364786 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 71 134 -
CMYK 0.60 0.47 0 0.47
HSL 227.25º 0.43% 0.37% -
HSV(B) 227.25º 0.6% 0.53% -
XYZ 8.08 7.01 23.48 -
YUV 73.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 54 71 134 0.60 0.47 0 0.47 227.25 0.43 0.37
Hex 36 47 86 3C 2F 0 2F E3 2B 25
Octal 66 107 206 74 57 0 57 343 53 45
Binary 110110 1000111 10000110 111100 101111 0 101111 11100011 101011 100101

Color Harmonies of #364786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364786

Black with #364786

Text Example


Text Example

White with #364786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364786; }

 p { color: rgb(54,71,134); }

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

background-color css

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

 a { background-color: rgb(54,71,134); }

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

border-color css

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

 span { border-color: rgb(54,71,134); }

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