Html Css Color HEX #364494 Tory Blue

📋 copy color: '#364494'

red 54 ◦ green 68 ◦ blue 148

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

Shades of Tory Blue #364494

Tints of Tory Blue #364494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.19%

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

R = 20%
G = 25.19%
B = 54.81%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#364494 (or 0x364494) is known color: Tory Blue. HEX triplet: 36, 44 and 94. RGB value is (54,68,148). Sum of RGB (Red+Green+Blue) = 54+68+148=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #364494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364494 is #C9BB6B. Grayscale: #484848. Windows color (decimal): -13220716 or 9716790. OLE color: 9716790.

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

Color convert

RGB 54 68 148 -
CMYK 0.64 0.54 0 0.42
HSL 231.06º 0.47% 0.4% -
HSV(B) 231.06º 0.64% 0.58% -
XYZ 8.93 7.06 28.91 -
YUV 72.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 54 68 148 0.64 0.54 0 0.42 231.06 0.47 0.4
Hex 36 44 94 40 36 0 2A E7 2F 28
Octal 66 104 224 100 66 0 52 347 57 50
Binary 110110 1000100 10010100 1000000 110110 0 101010 11100111 101111 101000

Color Harmonies of #364494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364494

Black with #364494

Text Example


Text Example

White with #364494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364494; }

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

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

background-color css

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

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

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

border-color css

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

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

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