Html Css Color HEX #365196 Tory Blue

📋 copy color: '#365196'

red 54 ◦ green 81 ◦ blue 150

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

Shades of Tory Blue #365196

Tints of Tory Blue #365196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.42%

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

R = 18.95%
G = 28.42%
B = 52.63%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#365196 (or 0x365196) is known color: Tory Blue. HEX triplet: 36, 51 and 96. RGB value is (54,81,150). Sum of RGB (Red+Green+Blue) = 54+81+150=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #365196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365196 is #C9AE69. Grayscale: #505050. Windows color (decimal): -13217386 or 9851190. OLE color: 9851190.

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

Color convert

RGB 54 81 150 -
CMYK 0.64 0.46 0 0.41
HSL 223.13º 0.47% 0.4% -
HSV(B) 223.13º 0.64% 0.59% -
XYZ 9.97 8.87 30.04 -
YUV 80.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 54 81 150 0.64 0.46 0 0.41 223.13 0.47 0.4
Hex 36 51 96 40 2E 0 29 DF 2F 28
Octal 66 121 226 100 56 0 51 337 57 50
Binary 110110 1010001 10010110 1000000 101110 0 101001 11011111 101111 101000

Color Harmonies of #365196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365196

Black with #365196

Text Example


Text Example

White with #365196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365196; }

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

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

background-color css

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

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

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

border-color css

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

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

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