Html Css Color HEX #364389 Tory Blue

📋 copy color: '#364389'

red 54 ◦ green 67 ◦ blue 137

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

Shades of Tory Blue #364389

Tints of Tory Blue #364389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.97%

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

R = 20.93%
G = 25.97%
B = 53.1%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#364389 (or 0x364389) is known color: Tory Blue. HEX triplet: 36, 43 and 89. RGB value is (54,67,137). Sum of RGB (Red+Green+Blue) = 54+67+137=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #364389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364389 is #C9BC76. Grayscale: #464646. Windows color (decimal): -13220983 or 8995638. OLE color: 8995638.

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

Color convert

RGB 54 67 137 -
CMYK 0.61 0.51 0 0.46
HSL 230.6º 0.43% 0.37% -
HSV(B) 230.6º 0.61% 0.54% -
XYZ 8.04 6.6 24.52 -
YUV 71.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 54 67 137 0.61 0.51 0 0.46 230.6 0.43 0.37
Hex 36 43 89 3D 33 0 2E E7 2B 25
Octal 66 103 211 75 63 0 56 347 53 45
Binary 110110 1000011 10001001 111101 110011 0 101110 11100111 101011 100101

Color Harmonies of #364389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364389

Black with #364389

Text Example


Text Example

White with #364389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364389; }

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

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

background-color css

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

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

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

border-color css

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

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

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