Html Css Color HEX #364693 Tory Blue

📋 copy color: '#364693'

red 54 ◦ green 70 ◦ blue 147

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

Shades of Tory Blue #364693

Tints of Tory Blue #364693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.24%

R = 19.93%
G = 25.83%
B = 54.24%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#364693 (or 0x364693) is known color: Tory Blue. HEX triplet: 36, 46 and 93. RGB value is (54,70,147). Sum of RGB (Red+Green+Blue) = 54+70+147=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #364693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364693 is #C9B96C. Grayscale: #494949. Windows color (decimal): -13220205 or 9651766. OLE color: 9651766.

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

Color convert

RGB 54 70 147 -
CMYK 0.63 0.52 0 0.42
HSL 229.68º 0.46% 0.39% -
HSV(B) 229.68º 0.63% 0.58% -
XYZ 8.98 7.27 28.53 -
YUV 73.99 169.2 113.74 -
System Red Green Blue C M Y K H S L
Decimal 54 70 147 0.63 0.52 0 0.42 229.68 0.46 0.39
Hex 36 46 93 3F 34 0 2A E6 2E 27
Octal 66 106 223 77 64 0 52 346 56 47
Binary 110110 1000110 10010011 111111 110100 0 101010 11100110 101110 100111

Color Harmonies of #364693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364693

Black with #364693

Text Example


Text Example

White with #364693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364693; }

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

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

background-color css

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

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

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

border-color css

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

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

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