Html Css Color HEX #365992 Tory Blue

📋 copy color: '#365992'

red 54 ◦ green 89 ◦ blue 146

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

Shades of Tory Blue #365992

Tints of Tory Blue #365992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

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

R = 18.69%
G = 30.8%
B = 50.52%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365992 (or 0x365992) is known color: Tory Blue. HEX triplet: 36, 59 and 92. RGB value is (54,89,146). Sum of RGB (Red+Green+Blue) = 54+89+146=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #365992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365992 is #C9A66D. Grayscale: #545454. Windows color (decimal): -13215342 or 9591094. OLE color: 9591094.

HSL color Cylindrical-coordinate representation of color #365992: hue angle of 217.17º 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 #365992 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 89 146 -
CMYK 0.63 0.39 0 0.43
HSL 217.17º 0.46% 0.39% -
HSV(B) 217.17º 0.63% 0.57% -
XYZ 10.28 10 28.58 -
YUV 85.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 54 89 146 0.63 0.39 0 0.43 217.17 0.46 0.39
Hex 36 59 92 3F 27 0 2B D9 2E 27
Octal 66 131 222 77 47 0 53 331 56 47
Binary 110110 1011001 10010010 111111 100111 0 101011 11011001 101110 100111

Color Harmonies of #365992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365992

Black with #365992

Text Example


Text Example

White with #365992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365992; }

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

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

background-color css

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

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

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

border-color css

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

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

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