Html Css Color HEX #365791 Tory Blue

📋 copy color: '#365791'

red 54 ◦ green 87 ◦ blue 145

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

Shades of Tory Blue #365791

Tints of Tory Blue #365791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

 BLUE value IS 145 (57.03% from 255) = 50.7%

R = 18.88%
G = 30.42%
B = 50.7%

CMYK

 C value IS 0.63

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365791 (or 0x365791) is known color: Tory Blue. HEX triplet: 36, 57 and 91. RGB value is (54,87,145). Sum of RGB (Red+Green+Blue) = 54+87+145=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #365791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365791 is #C9A86E. Grayscale: #535353. Windows color (decimal): -13215855 or 9525046. OLE color: 9525046.

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

Color convert

RGB 54 87 145 -
CMYK 0.63 0.4 0 0.43
HSL 218.24º 0.46% 0.39% -
HSV(B) 218.24º 0.63% 0.57% -
XYZ 10.04 9.64 28.12 -
YUV 83.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 54 87 145 0.63 0.4 0 0.43 218.24 0.46 0.39
Hex 36 57 91 3F 28 0 2B DA 2E 27
Octal 66 127 221 77 50 0 53 332 56 47
Binary 110110 1010111 10010001 111111 101000 0 101011 11011010 101110 100111

Color Harmonies of #365791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365791

Black with #365791

Text Example


Text Example

White with #365791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365791; }

 p { color: rgb(54,87,145); }

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

background-color css

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

 a { background-color: rgb(54,87,145); }

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

border-color css

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

 span { border-color: rgb(54,87,145); }

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