Html Css Color HEX #364D90 Tory Blue

📋 copy color: '#364D90'

red 54 ◦ green 77 ◦ blue 144

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

Shades of Tory Blue #364D90

Tints of Tory Blue #364D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28%

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

R = 19.64%
G = 28%
B = 52.36%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#364D90 (or 0x364D90) is known color: Tory Blue. HEX triplet: 36, 4D and 90. RGB value is (54,77,144). Sum of RGB (Red+Green+Blue) = 54+77+144=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #364D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364D90 is #C9B26F. Grayscale: #4D4D4D. Windows color (decimal): -13218416 or 9456950. OLE color: 9456950.

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

Color convert

RGB 54 77 144 -
CMYK 0.63 0.47 0 0.44
HSL 224.67º 0.45% 0.39% -
HSV(B) 224.67º 0.63% 0.56% -
XYZ 9.21 8.11 27.46 -
YUV 77.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 54 77 144 0.63 0.47 0 0.44 224.67 0.45 0.39
Hex 36 4D 90 3F 2F 0 2C E1 2D 27
Octal 66 115 220 77 57 0 54 341 55 47
Binary 110110 1001101 10010000 111111 101111 0 101100 11100001 101101 100111

Color Harmonies of #364D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D90

Black with #364D90

Text Example


Text Example

White with #364D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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