Html Css Color HEX #365393 Tory Blue

📋 copy color: '#365393'

red 54 ◦ green 83 ◦ blue 147

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

Shades of Tory Blue #365393

Tints of Tory Blue #365393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 19.01%
G = 29.23%
B = 51.76%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365393 (or 0x365393) is known color: Tory Blue. HEX triplet: 36, 53 and 93. RGB value is (54,83,147). Sum of RGB (Red+Green+Blue) = 54+83+147=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #365393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365393 is #C9AC6C. Grayscale: #515151. Windows color (decimal): -13216877 or 9655094. OLE color: 9655094.

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

Color convert

RGB 54 83 147 -
CMYK 0.63 0.44 0 0.42
HSL 221.29º 0.46% 0.39% -
HSV(B) 221.29º 0.63% 0.58% -
XYZ 9.88 9.08 28.84 -
YUV 81.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 54 83 147 0.63 0.44 0 0.42 221.29 0.46 0.39
Hex 36 53 93 3F 2C 0 2A DD 2E 27
Octal 66 123 223 77 54 0 52 335 56 47
Binary 110110 1010011 10010011 111111 101100 0 101010 11011101 101110 100111

Color Harmonies of #365393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365393

Black with #365393

Text Example


Text Example

White with #365393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365393; }

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

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

background-color css

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

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

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

border-color css

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

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

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