Html Css Color HEX #365391 Tory Blue

📋 copy color: '#365391'

red 54 ◦ green 83 ◦ blue 145

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

Shades of Tory Blue #365391

Tints of Tory Blue #365391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

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

R = 19.15%
G = 29.43%
B = 51.42%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365391 (or 0x365391) is known color: Tory Blue. HEX triplet: 36, 53 and 91. RGB value is (54,83,145). Sum of RGB (Red+Green+Blue) = 54+83+145=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #365391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365391 is #C9AC6E. Grayscale: #515151. Windows color (decimal): -13216879 or 9524022. OLE color: 9524022.

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

Color convert

RGB 54 83 145 -
CMYK 0.63 0.43 0 0.43
HSL 220.88º 0.46% 0.39% -
HSV(B) 220.88º 0.63% 0.57% -
XYZ 9.73 9.02 28.02 -
YUV 81.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 54 83 145 0.63 0.43 0 0.43 220.88 0.46 0.39
Hex 36 53 91 3F 2B 0 2B DD 2E 27
Octal 66 123 221 77 53 0 53 335 56 47
Binary 110110 1010011 10010001 111111 101011 0 101011 11011101 101110 100111

Color Harmonies of #365391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365391

Black with #365391

Text Example


Text Example

White with #365391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365391; }

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

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

background-color css

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

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

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

border-color css

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

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

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