Html Css Color HEX #364986 Tory Blue

📋 copy color: '#364986'

red 54 ◦ green 73 ◦ blue 134

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

Shades of Tory Blue #364986

Tints of Tory Blue #364986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

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

R = 20.69%
G = 27.97%
B = 51.34%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#364986 (or 0x364986) is known color: Tory Blue. HEX triplet: 36, 49 and 86. RGB value is (54,73,134). Sum of RGB (Red+Green+Blue) = 54+73+134=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #364986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364986 is #C9B679. Grayscale: #4A4A4A. Windows color (decimal): -13219450 or 8800566. OLE color: 8800566.

HSL color Cylindrical-coordinate representation of color #364986: hue angle of 225.75º 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 #364986 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 73 134 -
CMYK 0.60 0.46 0 0.47
HSL 225.75º 0.43% 0.37% -
HSV(B) 225.75º 0.6% 0.53% -
XYZ 8.21 7.27 23.53 -
YUV 74.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 54 73 134 0.60 0.46 0 0.47 225.75 0.43 0.37
Hex 36 49 86 3C 2E 0 2F E2 2B 25
Octal 66 111 206 74 56 0 57 342 53 45
Binary 110110 1001001 10000110 111100 101110 0 101111 11100010 101011 100101

Color Harmonies of #364986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364986

Black with #364986

Text Example


Text Example

White with #364986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364986; }

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

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

background-color css

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

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

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

border-color css

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

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

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