Html Css Color HEX #364799 Tory Blue

📋 copy color: '#364799'

red 54 ◦ green 71 ◦ blue 153

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

Shades of Tory Blue #364799

Tints of Tory Blue #364799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 19.42%
G = 25.54%
B = 55.04%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#364799 (or 0x364799) is known color: Tory Blue. HEX triplet: 36, 47 and 99. RGB value is (54,71,153). Sum of RGB (Red+Green+Blue) = 54+71+153=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #364799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364799 is #C9B866. Grayscale: #4A4A4A. Windows color (decimal): -13219943 or 10045238. OLE color: 10045238.

HSL color Cylindrical-coordinate representation of color #364799: hue angle of 229.7º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364799 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 71 153 -
CMYK 0.65 0.54 0 0.4
HSL 229.7º 0.48% 0.41% -
HSV(B) 229.7º 0.65% 0.6% -
XYZ 9.52 7.59 31.1 -
YUV 75.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 54 71 153 0.65 0.54 0 0.4 229.7 0.48 0.41
Hex 36 47 99 41 36 0 28 E6 30 29
Octal 66 107 231 101 66 0 50 346 60 51
Binary 110110 1000111 10011001 1000001 110110 0 101000 11100110 110000 101001

Color Harmonies of #364799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364799

Black with #364799

Text Example


Text Example

White with #364799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364799; }

 p { color: rgb(54,71,153); }

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

background-color css

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

 a { background-color: rgb(54,71,153); }

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

border-color css

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

 span { border-color: rgb(54,71,153); }

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