Html Css Color HEX #365796 Tory Blue

📋 copy color: '#365796'

red 54 ◦ green 87 ◦ blue 150

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

Shades of Tory Blue #365796

Tints of Tory Blue #365796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.55%

R = 18.56%
G = 29.9%
B = 51.55%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#365796 (or 0x365796) is known color: Tory Blue. HEX triplet: 36, 57 and 96. RGB value is (54,87,150). Sum of RGB (Red+Green+Blue) = 54+87+150=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #365796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365796 is #C9A869. Grayscale: #545454. Windows color (decimal): -13215850 or 9852726. OLE color: 9852726.

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

Color convert

RGB 54 87 150 -
CMYK 0.64 0.42 0 0.41
HSL 219.38º 0.47% 0.4% -
HSV(B) 219.38º 0.64% 0.59% -
XYZ 10.43 9.8 30.2 -
YUV 84.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 54 87 150 0.64 0.42 0 0.41 219.38 0.47 0.4
Hex 36 57 96 40 2A 0 29 DB 2F 28
Octal 66 127 226 100 52 0 51 333 57 50
Binary 110110 1010111 10010110 1000000 101010 0 101001 11011011 101111 101000

Color Harmonies of #365796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365796

Black with #365796

Text Example


Text Example

White with #365796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365796; }

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

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

background-color css

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

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

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

border-color css

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

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

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