Html Css Color HEX #364E90 Tory Blue

📋 copy color: '#364E90'

red 54 ◦ green 78 ◦ blue 144

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

Shades of Tory Blue #364E90

Tints of Tory Blue #364E90

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.26%

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

R = 19.57%
G = 28.26%
B = 52.17%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#364E90 (or 0x364E90) is known color: Tory Blue. HEX triplet: 36, 4E and 90. RGB value is (54,78,144). Sum of RGB (Red+Green+Blue) = 54+78+144=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #364E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364E90 is #C9B16F. Grayscale: #4E4E4E. Windows color (decimal): -13218160 or 9457206. OLE color: 9457206.

HSL color Cylindrical-coordinate representation of color #364E90: hue angle of 224º 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 #364E90 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 78 144 -
CMYK 0.63 0.46 0 0.44
HSL 224º 0.45% 0.39% -
HSV(B) 224º 0.63% 0.56% -
XYZ 9.28 8.25 27.49 -
YUV 78.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 54 78 144 0.63 0.46 0 0.44 224 0.45 0.39
Hex 36 4E 90 3F 2E 0 2C E0 2D 27
Octal 66 116 220 77 56 0 54 340 55 47
Binary 110110 1001110 10010000 111111 101110 0 101100 11100000 101101 100111

Color Harmonies of #364E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364E90

Black with #364E90

Text Example


Text Example

White with #364E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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