Html Css Color HEX #364790 Tory Blue

📋 copy color: '#364790'

red 54 ◦ green 71 ◦ blue 144

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

Shades of Tory Blue #364790

Tints of Tory Blue #364790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.53%

R = 20.07%
G = 26.39%
B = 53.53%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#364790 (or 0x364790) is known color: Tory Blue. HEX triplet: 36, 47 and 90. RGB value is (54,71,144). Sum of RGB (Red+Green+Blue) = 54+71+144=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #364790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364790 is #C9B86F. Grayscale: #494949. Windows color (decimal): -13219952 or 9455414. OLE color: 9455414.

HSL color Cylindrical-coordinate representation of color #364790: hue angle of 228.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #364790 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 71 144 -
CMYK 0.63 0.51 0 0.44
HSL 228.67º 0.45% 0.39% -
HSV(B) 228.67º 0.63% 0.56% -
XYZ 8.81 7.3 27.33 -
YUV 74.24 167.37 113.56 -
System Red Green Blue C M Y K H S L
Decimal 54 71 144 0.63 0.51 0 0.44 228.67 0.45 0.39
Hex 36 47 90 3F 33 0 2C E5 2D 27
Octal 66 107 220 77 63 0 54 345 55 47
Binary 110110 1000111 10010000 111111 110011 0 101100 11100101 101101 100111

Color Harmonies of #364790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364790

Black with #364790

Text Example


Text Example

White with #364790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364790; }

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

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

background-color css

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

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

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

border-color css

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

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

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