Html Css Color HEX #364995 Tory Blue

📋 copy color: '#364995'

red 54 ◦ green 73 ◦ blue 149

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

Shades of Tory Blue #364995

Tints of Tory Blue #364995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 19.57%
G = 26.45%
B = 53.99%

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

#364995 (or 0x364995) is known color: Tory Blue. HEX triplet: 36, 49 and 95. RGB value is (54,73,149). Sum of RGB (Red+Green+Blue) = 54+73+149=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #364995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364995 is #C9B66A. Grayscale: #4B4B4B. Windows color (decimal): -13219435 or 9783606. OLE color: 9783606.

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

Color convert

RGB 54 73 149 -
CMYK 0.64 0.51 0 0.42
HSL 228º 0.47% 0.4% -
HSV(B) 228º 0.64% 0.58% -
XYZ 9.33 7.72 29.43 -
YUV 75.98 169.21 112.32 -
System Red Green Blue C M Y K H S L
Decimal 54 73 149 0.64 0.51 0 0.42 228 0.47 0.4
Hex 36 49 95 40 33 0 2A E4 2F 28
Octal 66 111 225 100 63 0 52 344 57 50
Binary 110110 1001001 10010101 1000000 110011 0 101010 11100100 101111 101000

Color Harmonies of #364995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364995

Black with #364995

Text Example


Text Example

White with #364995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364995; }

 p { color: rgb(54,73,149); }

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

background-color css

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

 a { background-color: rgb(54,73,149); }

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

border-color css

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

 span { border-color: rgb(54,73,149); }

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