Html Css Color HEX #365695 Tory Blue

📋 copy color: '#365695'

red 54 ◦ green 86 ◦ blue 149

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

Shades of Tory Blue #365695

Tints of Tory Blue #365695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 18.69%
G = 29.76%
B = 51.56%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365695 (or 0x365695) is known color: Tory Blue. HEX triplet: 36, 56 and 95. RGB value is (54,86,149). Sum of RGB (Red+Green+Blue) = 54+86+149=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #365695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365695 is #C9A96A. Grayscale: #535353. Windows color (decimal): -13216107 or 9786934. OLE color: 9786934.

HSL color Cylindrical-coordinate representation of color #365695: hue angle of 219.79º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365695 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 86 149 -
CMYK 0.64 0.42 0 0.42
HSL 219.79º 0.47% 0.4% -
HSV(B) 219.79º 0.64% 0.58% -
XYZ 10.27 9.61 29.75 -
YUV 83.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 54 86 149 0.64 0.42 0 0.42 219.79 0.47 0.4
Hex 36 56 95 40 2A 0 2A DC 2F 28
Octal 66 126 225 100 52 0 52 334 57 50
Binary 110110 1010110 10010101 1000000 101010 0 101010 11011100 101111 101000

Color Harmonies of #365695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365695

Black with #365695

Text Example


Text Example

White with #365695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365695; }

 p { color: rgb(54,86,149); }

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

background-color css

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

 a { background-color: rgb(54,86,149); }

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

border-color css

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

 span { border-color: rgb(54,86,149); }

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