Html Css Color HEX #364393 Tory Blue

📋 copy color: '#364393'

red 54 ◦ green 67 ◦ blue 147

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

Shades of Tory Blue #364393

Tints of Tory Blue #364393

RGB

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

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

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

R = 20.15%
G = 25%
B = 54.85%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#364393 (or 0x364393) is known color: Tory Blue. HEX triplet: 36, 43 and 93. RGB value is (54,67,147). Sum of RGB (Red+Green+Blue) = 54+67+147=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #364393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364393 is #C9BC6C. Grayscale: #474747. Windows color (decimal): -13220973 or 9650998. OLE color: 9650998.

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

Color convert

RGB 54 67 147 -
CMYK 0.63 0.54 0 0.42
HSL 231.61º 0.46% 0.39% -
HSV(B) 231.61º 0.63% 0.58% -
XYZ 8.79 6.91 28.47 -
YUV 72.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 54 67 147 0.63 0.54 0 0.42 231.61 0.46 0.39
Hex 36 43 93 3F 36 0 2A E8 2E 27
Octal 66 103 223 77 66 0 52 350 56 47
Binary 110110 1000011 10010011 111111 110110 0 101010 11101000 101110 100111

Color Harmonies of #364393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364393

Black with #364393

Text Example


Text Example

White with #364393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364393; }

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

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

background-color css

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

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

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

border-color css

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

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

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