Html Css Color HEX #365193 Tory Blue

📋 copy color: '#365193'

red 54 ◦ green 81 ◦ blue 147

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

Shades of Tory Blue #365193

Tints of Tory Blue #365193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.72%

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

R = 19.15%
G = 28.72%
B = 52.13%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365193 (or 0x365193) is known color: Tory Blue. HEX triplet: 36, 51 and 93. RGB value is (54,81,147). Sum of RGB (Red+Green+Blue) = 54+81+147=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #365193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365193 is #C9AE6C. Grayscale: #505050. Windows color (decimal): -13217389 or 9654582. OLE color: 9654582.

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

Color convert

RGB 54 81 147 -
CMYK 0.63 0.45 0 0.42
HSL 222.58º 0.46% 0.39% -
HSV(B) 222.58º 0.63% 0.58% -
XYZ 9.73 8.78 28.78 -
YUV 80.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 54 81 147 0.63 0.45 0 0.42 222.58 0.46 0.39
Hex 36 51 93 3F 2D 0 2A DF 2E 27
Octal 66 121 223 77 55 0 52 337 56 47
Binary 110110 1010001 10010011 111111 101101 0 101010 11011111 101110 100111

Color Harmonies of #365193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365193

Black with #365193

Text Example


Text Example

White with #365193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365193; }

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

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

background-color css

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

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

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

border-color css

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

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

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