Html Css Color HEX #364D8B Tory Blue

📋 copy color: '#364D8B'

red 54 ◦ green 77 ◦ blue 139

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

Shades of Tory Blue #364D8B

Tints of Tory Blue #364D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 20%
G = 28.52%
B = 51.48%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#364D8B (or 0x364D8B) is known color: Tory Blue. HEX triplet: 36, 4D and 8B. RGB value is (54,77,139). Sum of RGB (Red+Green+Blue) = 54+77+139=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #364D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364D8B is #C9B274. Grayscale: #4C4C4C. Windows color (decimal): -13218421 or 9129270. OLE color: 9129270.

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

Color convert

RGB 54 77 139 -
CMYK 0.61 0.45 0 0.45
HSL 223.76º 0.44% 0.38% -
HSV(B) 223.76º 0.61% 0.55% -
XYZ 8.84 7.96 25.5 -
YUV 77.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 54 77 139 0.61 0.45 0 0.45 223.76 0.44 0.38
Hex 36 4D 8B 3D 2D 0 2D E0 2C 26
Octal 66 115 213 75 55 0 55 340 54 46
Binary 110110 1001101 10001011 111101 101101 0 101101 11100000 101100 100110

Color Harmonies of #364D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D8B

Black with #364D8B

Text Example


Text Example

White with #364D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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