Html Css Color HEX #365191 Tory Blue

📋 copy color: '#365191'

red 54 ◦ green 81 ◦ blue 145

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

Shades of Tory Blue #365191

Tints of Tory Blue #365191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.79%

R = 19.29%
G = 28.93%
B = 51.79%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365191 (or 0x365191) is known color: Tory Blue. HEX triplet: 36, 51 and 91. RGB value is (54,81,145). Sum of RGB (Red+Green+Blue) = 54+81+145=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #365191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365191 is #C9AE6E. Grayscale: #4F4F4F. Windows color (decimal): -13217391 or 9523510. OLE color: 9523510.

HSL color Cylindrical-coordinate representation of color #365191: hue angle of 222.2º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365191 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 81 145 -
CMYK 0.63 0.44 0 0.43
HSL 222.2º 0.46% 0.39% -
HSV(B) 222.2º 0.63% 0.57% -
XYZ 9.57 8.71 27.97 -
YUV 80.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 54 81 145 0.63 0.44 0 0.43 222.2 0.46 0.39
Hex 36 51 91 3F 2C 0 2B DE 2E 27
Octal 66 121 221 77 54 0 53 336 56 47
Binary 110110 1010001 10010001 111111 101100 0 101011 11011110 101110 100111

Color Harmonies of #365191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365191

Black with #365191

Text Example


Text Example

White with #365191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365191; }

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

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

background-color css

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

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

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

border-color css

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

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

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