Html Css Color HEX #364689 Tory Blue

📋 copy color: '#364689'

red 54 ◦ green 70 ◦ blue 137

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

Shades of Tory Blue #364689

Tints of Tory Blue #364689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

 BLUE value IS 137 (53.91% from 255) = 52.49%

R = 20.69%
G = 26.82%
B = 52.49%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#364689 (or 0x364689) is known color: Tory Blue. HEX triplet: 36, 46 and 89. RGB value is (54,70,137). Sum of RGB (Red+Green+Blue) = 54+70+137=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #364689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364689 is #C9B976. Grayscale: #484848. Windows color (decimal): -13220215 or 8996406. OLE color: 8996406.

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

Color convert

RGB 54 70 137 -
CMYK 0.61 0.49 0 0.46
HSL 228.43º 0.43% 0.37% -
HSV(B) 228.43º 0.61% 0.54% -
XYZ 8.23 6.97 24.58 -
YUV 72.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 54 70 137 0.61 0.49 0 0.46 228.43 0.43 0.37
Hex 36 46 89 3D 31 0 2E E4 2B 25
Octal 66 106 211 75 61 0 56 344 53 45
Binary 110110 1000110 10001001 111101 110001 0 101110 11100100 101011 100101

Color Harmonies of #364689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364689

Black with #364689

Text Example


Text Example

White with #364689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364689; }

 p { color: rgb(54,70,137); }

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

background-color css

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

 a { background-color: rgb(54,70,137); }

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

border-color css

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

 span { border-color: rgb(54,70,137); }

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