Html Css Color HEX #364691 Tory Blue

📋 copy color: '#364691'

red 54 ◦ green 70 ◦ blue 145

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

Shades of Tory Blue #364691

Tints of Tory Blue #364691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

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

R = 20.07%
G = 26.02%
B = 53.9%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#364691 (or 0x364691) is known color: Tory Blue. HEX triplet: 36, 46 and 91. RGB value is (54,70,145). Sum of RGB (Red+Green+Blue) = 54+70+145=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #364691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364691 is #C9B96E. Grayscale: #494949. Windows color (decimal): -13220207 or 9520694. OLE color: 9520694.

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

Color convert

RGB 54 70 145 -
CMYK 0.63 0.52 0 0.43
HSL 229.45º 0.46% 0.39% -
HSV(B) 229.45º 0.63% 0.57% -
XYZ 8.82 7.21 27.71 -
YUV 73.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 54 70 145 0.63 0.52 0 0.43 229.45 0.46 0.39
Hex 36 46 91 3F 34 0 2B E5 2E 27
Octal 66 106 221 77 64 0 53 345 56 47
Binary 110110 1000110 10010001 111111 110100 0 101011 11100101 101110 100111

Color Harmonies of #364691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364691

Black with #364691

Text Example


Text Example

White with #364691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364691; }

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

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

background-color css

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

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

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

border-color css

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

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

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