Html Css Color HEX #365493 Tory Blue

📋 copy color: '#365493'

red 54 ◦ green 84 ◦ blue 147

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

Shades of Tory Blue #365493

Tints of Tory Blue #365493

RGB

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

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

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

R = 18.95%
G = 29.47%
B = 51.58%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365493 (or 0x365493) is known color: Tory Blue. HEX triplet: 36, 54 and 93. RGB value is (54,84,147). Sum of RGB (Red+Green+Blue) = 54+84+147=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #365493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365493 is #C9AB6C. Grayscale: #515151. Windows color (decimal): -13216621 or 9655350. OLE color: 9655350.

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

Color convert

RGB 54 84 147 -
CMYK 0.63 0.43 0 0.42
HSL 220.65º 0.46% 0.39% -
HSV(B) 220.65º 0.63% 0.58% -
XYZ 9.96 9.23 28.86 -
YUV 82.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 54 84 147 0.63 0.43 0 0.42 220.65 0.46 0.39
Hex 36 54 93 3F 2B 0 2A DD 2E 27
Octal 66 124 223 77 53 0 52 335 56 47
Binary 110110 1010100 10010011 111111 101011 0 101010 11011101 101110 100111

Color Harmonies of #365493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365493

Black with #365493

Text Example


Text Example

White with #365493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365493; }

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

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

background-color css

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

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

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

border-color css

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

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

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