Html Css Color HEX #365491 Tory Blue

📋 copy color: '#365491'

red 54 ◦ green 84 ◦ blue 145

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

Shades of Tory Blue #365491

Tints of Tory Blue #365491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 19.08%
G = 29.68%
B = 51.24%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365491 (or 0x365491) is known color: Tory Blue. HEX triplet: 36, 54 and 91. RGB value is (54,84,145). Sum of RGB (Red+Green+Blue) = 54+84+145=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #365491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365491 is #C9AB6E. Grayscale: #515151. Windows color (decimal): -13216623 or 9524278. OLE color: 9524278.

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

Color convert

RGB 54 84 145 -
CMYK 0.63 0.42 0 0.43
HSL 220.22º 0.46% 0.39% -
HSV(B) 220.22º 0.63% 0.57% -
XYZ 9.8 9.17 28.04 -
YUV 81.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 54 84 145 0.63 0.42 0 0.43 220.22 0.46 0.39
Hex 36 54 91 3F 2A 0 2B DC 2E 27
Octal 66 124 221 77 52 0 53 334 56 47
Binary 110110 1010100 10010001 111111 101010 0 101011 11011100 101110 100111

Color Harmonies of #365491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365491

Black with #365491

Text Example


Text Example

White with #365491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365491; }

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

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

background-color css

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

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

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

border-color css

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

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

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