Html Css Color HEX #364391 Tory Blue

📋 copy color: '#364391'

red 54 ◦ green 67 ◦ blue 145

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

Shades of Tory Blue #364391

Tints of Tory Blue #364391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

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

R = 20.3%
G = 25.19%
B = 54.51%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#364391 (or 0x364391) is known color: Tory Blue. HEX triplet: 36, 43 and 91. RGB value is (54,67,145). Sum of RGB (Red+Green+Blue) = 54+67+145=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #364391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364391 is #C9BC6E. Grayscale: #474747. Windows color (decimal): -13220975 or 9519926. OLE color: 9519926.

HSL color Cylindrical-coordinate representation of color #364391: hue angle of 231.43º 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 #364391 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 67 145 -
CMYK 0.63 0.54 0 0.43
HSL 231.43º 0.46% 0.39% -
HSV(B) 231.43º 0.63% 0.57% -
XYZ 8.64 6.84 27.65 -
YUV 72.01 169.19 115.16 -
System Red Green Blue C M Y K H S L
Decimal 54 67 145 0.63 0.54 0 0.43 231.43 0.46 0.39
Hex 36 43 91 3F 36 0 2B E7 2E 27
Octal 66 103 221 77 66 0 53 347 56 47
Binary 110110 1000011 10010001 111111 110110 0 101011 11100111 101110 100111

Color Harmonies of #364391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364391

Black with #364391

Text Example


Text Example

White with #364391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364391; }

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

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

background-color css

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

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

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

border-color css

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

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

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