Html Css Color HEX #364789 Tory Blue

📋 copy color: '#364789'

red 54 ◦ green 71 ◦ blue 137

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

Shades of Tory Blue #364789

Tints of Tory Blue #364789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

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

R = 20.61%
G = 27.1%
B = 52.29%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#364789 (or 0x364789) is known color: Tory Blue. HEX triplet: 36, 47 and 89. RGB value is (54,71,137). Sum of RGB (Red+Green+Blue) = 54+71+137=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #364789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364789 is #C9B876. Grayscale: #494949. Windows color (decimal): -13219959 or 8996662. OLE color: 8996662.

HSL color Cylindrical-coordinate representation of color #364789: hue angle of 227.71º 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 #364789 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 71 137 -
CMYK 0.61 0.48 0 0.46
HSL 227.71º 0.43% 0.37% -
HSV(B) 227.71º 0.61% 0.54% -
XYZ 8.29 7.1 24.6 -
YUV 73.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 54 71 137 0.61 0.48 0 0.46 227.71 0.43 0.37
Hex 36 47 89 3D 30 0 2E E4 2B 25
Octal 66 107 211 75 60 0 56 344 53 45
Binary 110110 1000111 10001001 111101 110000 0 101110 11100100 101011 100101

Color Harmonies of #364789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364789

Black with #364789

Text Example


Text Example

White with #364789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364789; }

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

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

background-color css

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

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

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

border-color css

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

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

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