Html Css Color HEX #364993 Tory Blue

📋 copy color: '#364993'

red 54 ◦ green 73 ◦ blue 147

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

Shades of Tory Blue #364993

Tints of Tory Blue #364993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.65%

R = 19.71%
G = 26.64%
B = 53.65%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#364993 (or 0x364993) is known color: Tory Blue. HEX triplet: 36, 49 and 93. RGB value is (54,73,147). Sum of RGB (Red+Green+Blue) = 54+73+147=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #364993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364993 is #C9B66C. Grayscale: #4B4B4B. Windows color (decimal): -13219437 or 9652534. OLE color: 9652534.

HSL color Cylindrical-coordinate representation of color #364993: hue angle of 227.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #364993 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 73 147 -
CMYK 0.63 0.50 0 0.42
HSL 227.74º 0.46% 0.39% -
HSV(B) 227.74º 0.63% 0.58% -
XYZ 9.17 7.66 28.6 -
YUV 75.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 54 73 147 0.63 0.50 0 0.42 227.74 0.46 0.39
Hex 36 49 93 3F 32 0 2A E4 2E 27
Octal 66 111 223 77 62 0 52 344 56 47
Binary 110110 1001001 10010011 111111 110010 0 101010 11100100 101110 100111

Color Harmonies of #364993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364993

Black with #364993

Text Example


Text Example

White with #364993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364993; }

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

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

background-color css

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

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

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

border-color css

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

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

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