Html Css Color HEX #364D8A Tory Blue

📋 copy color: '#364D8A'

red 54 ◦ green 77 ◦ blue 138

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

Shades of Tory Blue #364D8A

Tints of Tory Blue #364D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.3%

R = 20.07%
G = 28.62%
B = 51.3%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#364D8A (or 0x364D8A) is known color: Tory Blue. HEX triplet: 36, 4D and 8A. RGB value is (54,77,138). Sum of RGB (Red+Green+Blue) = 54+77+138=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #364D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364D8A is #C9B275. Grayscale: #4C4C4C. Windows color (decimal): -13218422 or 9063734. OLE color: 9063734.

HSL color Cylindrical-coordinate representation of color #364D8A: hue angle of 223.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #364D8A is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 77 138 -
CMYK 0.61 0.44 0 0.46
HSL 223.57º 0.44% 0.38% -
HSV(B) 223.57º 0.61% 0.54% -
XYZ 8.76 7.93 25.11 -
YUV 77.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 54 77 138 0.61 0.44 0 0.46 223.57 0.44 0.38
Hex 36 4D 8A 3D 2C 0 2E E0 2C 26
Octal 66 115 212 75 54 0 56 340 54 46
Binary 110110 1001101 10001010 111101 101100 0 101110 11100000 101100 100110

Color Harmonies of #364D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D8A

Black with #364D8A

Text Example


Text Example

White with #364D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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