Html Css Color HEX #364D8E Tory Blue

📋 copy color: '#364D8E'

red 54 ◦ green 77 ◦ blue 142

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

Shades of Tory Blue #364D8E

Tints of Tory Blue #364D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 19.78%
G = 28.21%
B = 52.01%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#364D8E (or 0x364D8E) is known color: Tory Blue. HEX triplet: 36, 4D and 8E. RGB value is (54,77,142). Sum of RGB (Red+Green+Blue) = 54+77+142=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #364D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364D8E is #C9B271. Grayscale: #4D4D4D. Windows color (decimal): -13218418 or 9325878. OLE color: 9325878.

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

Color convert

RGB 54 77 142 -
CMYK 0.62 0.46 0 0.44
HSL 224.32º 0.45% 0.38% -
HSV(B) 224.32º 0.62% 0.56% -
XYZ 9.06 8.05 26.67 -
YUV 77.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 54 77 142 0.62 0.46 0 0.44 224.32 0.45 0.38
Hex 36 4D 8E 3E 2E 0 2C E0 2D 26
Octal 66 115 216 76 56 0 54 340 55 46
Binary 110110 1001101 10001110 111110 101110 0 101100 11100000 101101 100110

Color Harmonies of #364D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D8E

Black with #364D8E

Text Example


Text Example

White with #364D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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