Html Css Color HEX #365395 Tory Blue

📋 copy color: '#365395'

red 54 ◦ green 83 ◦ blue 149

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

Shades of Tory Blue #365395

Tints of Tory Blue #365395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 18.88%
G = 29.02%
B = 52.1%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365395 (or 0x365395) is known color: Tory Blue. HEX triplet: 36, 53 and 95. RGB value is (54,83,149). Sum of RGB (Red+Green+Blue) = 54+83+149=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #365395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365395 is #C9AC6A. Grayscale: #515151. Windows color (decimal): -13216875 or 9786166. OLE color: 9786166.

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

Color convert

RGB 54 83 149 -
CMYK 0.64 0.44 0 0.42
HSL 221.68º 0.47% 0.4% -
HSV(B) 221.68º 0.64% 0.58% -
XYZ 10.04 9.14 29.67 -
YUV 81.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 54 83 149 0.64 0.44 0 0.42 221.68 0.47 0.4
Hex 36 53 95 40 2C 0 2A DE 2F 28
Octal 66 123 225 100 54 0 52 336 57 50
Binary 110110 1010011 10010101 1000000 101100 0 101010 11011110 101111 101000

Color Harmonies of #365395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365395

Black with #365395

Text Example


Text Example

White with #365395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365395; }

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

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

background-color css

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

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

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

border-color css

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

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

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