Html Css Color HEX #365593 Tory Blue

📋 copy color: '#365593'

red 54 ◦ green 85 ◦ blue 147

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

Shades of Tory Blue #365593

Tints of Tory Blue #365593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

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

R = 18.88%
G = 29.72%
B = 51.4%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365593 (or 0x365593) is known color: Tory Blue. HEX triplet: 36, 55 and 93. RGB value is (54,85,147). Sum of RGB (Red+Green+Blue) = 54+85+147=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #365593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365593 is #C9AA6C. Grayscale: #525252. Windows color (decimal): -13216365 or 9655606. OLE color: 9655606.

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

Color convert

RGB 54 85 147 -
CMYK 0.63 0.42 0 0.42
HSL 220º 0.46% 0.39% -
HSV(B) 220º 0.63% 0.58% -
XYZ 10.04 9.39 28.89 -
YUV 82.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 54 85 147 0.63 0.42 0 0.42 220 0.46 0.39
Hex 36 55 93 3F 2A 0 2A DC 2E 27
Octal 66 125 223 77 52 0 52 334 56 47
Binary 110110 1010101 10010011 111111 101010 0 101010 11011100 101110 100111

Color Harmonies of #365593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365593

Black with #365593

Text Example


Text Example

White with #365593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365593; }

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

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

background-color css

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

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

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

border-color css

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

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

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