Html Css Color HEX #364992 Tory Blue

📋 copy color: '#364992'

red 54 ◦ green 73 ◦ blue 146

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

Shades of Tory Blue #364992

Tints of Tory Blue #364992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 19.78%
G = 26.74%
B = 53.48%

CMYK

 C value IS 0.63

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#364992 (or 0x364992) is known color: Tory Blue. HEX triplet: 36, 49 and 92. RGB value is (54,73,146). Sum of RGB (Red+Green+Blue) = 54+73+146=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #364992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364992 is #C9B66D. Grayscale: #4B4B4B. Windows color (decimal): -13219438 or 9586998. OLE color: 9586998.

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

Color convert

RGB 54 73 146 -
CMYK 0.63 0.5 0 0.43
HSL 227.61º 0.46% 0.39% -
HSV(B) 227.61º 0.63% 0.57% -
XYZ 9.09 7.62 28.19 -
YUV 75.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 54 73 146 0.63 0.5 0 0.43 227.61 0.46 0.39
Hex 36 49 92 3F 32 0 2B E4 2E 27
Octal 66 111 222 77 62 0 53 344 56 47
Binary 110110 1001001 10010010 111111 110010 0 101011 11100100 101110 100111

Color Harmonies of #364992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364992

Black with #364992

Text Example


Text Example

White with #364992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364992; }

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

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

background-color css

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

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

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

border-color css

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

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

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