Html Css Color HEX #365795 Tory Blue

📋 copy color: '#365795'

red 54 ◦ green 87 ◦ blue 149

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

Shades of Tory Blue #365795

Tints of Tory Blue #365795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 18.62%
G = 30%
B = 51.38%

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

#365795 (or 0x365795) is known color: Tory Blue. HEX triplet: 36, 57 and 95. RGB value is (54,87,149). Sum of RGB (Red+Green+Blue) = 54+87+149=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #365795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365795 is #C9A86A. Grayscale: #535353. Windows color (decimal): -13215851 or 9787190. OLE color: 9787190.

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

Color convert

RGB 54 87 149 -
CMYK 0.64 0.42 0 0.42
HSL 219.16º 0.47% 0.4% -
HSV(B) 219.16º 0.64% 0.58% -
XYZ 10.35 9.77 29.77 -
YUV 84.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 54 87 149 0.64 0.42 0 0.42 219.16 0.47 0.4
Hex 36 57 95 40 2A 0 2A DB 2F 28
Octal 66 127 225 100 52 0 52 333 57 50
Binary 110110 1010111 10010101 1000000 101010 0 101010 11011011 101111 101000

Color Harmonies of #365795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365795

Black with #365795

Text Example


Text Example

White with #365795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365795; }

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

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

background-color css

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

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

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

border-color css

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

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

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