Html Css Color HEX #364894 Tory Blue

📋 copy color: '#364894'

red 54 ◦ green 72 ◦ blue 148

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

Shades of Tory Blue #364894

Tints of Tory Blue #364894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

 BLUE value IS 148 (58.2% from 255) = 54.01%

R = 19.71%
G = 26.28%
B = 54.01%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#364894 (or 0x364894) is known color: Tory Blue. HEX triplet: 36, 48 and 94. RGB value is (54,72,148). Sum of RGB (Red+Green+Blue) = 54+72+148=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #364894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364894 is #C9B76B. Grayscale: #4A4A4A. Windows color (decimal): -13219692 or 9717814. OLE color: 9717814.

HSL color Cylindrical-coordinate representation of color #364894: hue angle of 228.51º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #364894 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 72 148 -
CMYK 0.64 0.51 0 0.42
HSL 228.51º 0.47% 0.4% -
HSV(B) 228.51º 0.64% 0.58% -
XYZ 9.18 7.56 28.99 -
YUV 75.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 54 72 148 0.64 0.51 0 0.42 228.51 0.47 0.4
Hex 36 48 94 40 33 0 2A E5 2F 28
Octal 66 110 224 100 63 0 52 345 57 50
Binary 110110 1001000 10010100 1000000 110011 0 101010 11100101 101111 101000

Color Harmonies of #364894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364894

Black with #364894

Text Example


Text Example

White with #364894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364894; }

 p { color: rgb(54,72,148); }

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

background-color css

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

 a { background-color: rgb(54,72,148); }

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

border-color css

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

 span { border-color: rgb(54,72,148); }

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