Html Css Color HEX #364A90 Tory Blue

📋 copy color: '#364A90'

red 54 ◦ green 74 ◦ blue 144

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

Shades of Tory Blue #364A90

Tints of Tory Blue #364A90

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

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

R = 19.85%
G = 27.21%
B = 52.94%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#364A90 (or 0x364A90) is known color: Tory Blue. HEX triplet: 36, 4A and 90. RGB value is (54,74,144). Sum of RGB (Red+Green+Blue) = 54+74+144=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #364A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364A90 is #C9B56F. Grayscale: #4B4B4B. Windows color (decimal): -13219184 or 9456182. OLE color: 9456182.

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

Color convert

RGB 54 74 144 -
CMYK 0.63 0.49 0 0.44
HSL 226.67º 0.45% 0.39% -
HSV(B) 226.67º 0.63% 0.56% -
XYZ 9 7.7 27.4 -
YUV 76 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 54 74 144 0.63 0.49 0 0.44 226.67 0.45 0.39
Hex 36 4A 90 3F 31 0 2C E3 2D 27
Octal 66 112 220 77 61 0 54 343 55 47
Binary 110110 1001010 10010000 111111 110001 0 101100 11100011 101101 100111

Color Harmonies of #364A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A90

Black with #364A90

Text Example


Text Example

White with #364A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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