Html Css Color HEX #364487 Tory Blue

📋 copy color: '#364487'

red 54 ◦ green 68 ◦ blue 135

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

Shades of Tory Blue #364487

Tints of Tory Blue #364487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

 BLUE value IS 135 (53.13% from 255) = 52.53%

R = 21.01%
G = 26.46%
B = 52.53%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#364487 (or 0x364487) is known color: Tory Blue. HEX triplet: 36, 44 and 87. RGB value is (54,68,135). Sum of RGB (Red+Green+Blue) = 54+68+135=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #364487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364487 is #C9BB78. Grayscale: #474747. Windows color (decimal): -13220729 or 8864822. OLE color: 8864822.

HSL color Cylindrical-coordinate representation of color #364487: hue angle of 229.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #364487 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 68 135 -
CMYK 0.60 0.50 0 0.47
HSL 229.63º 0.43% 0.37% -
HSV(B) 229.63º 0.6% 0.53% -
XYZ 7.96 6.67 23.79 -
YUV 71.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 54 68 135 0.60 0.50 0 0.47 229.63 0.43 0.37
Hex 36 44 87 3C 32 0 2F E6 2B 25
Octal 66 104 207 74 62 0 57 346 53 45
Binary 110110 1000100 10000111 111100 110010 0 101111 11100110 101011 100101

Color Harmonies of #364487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364487

Black with #364487

Text Example


Text Example

White with #364487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364487; }

 p { color: rgb(54,68,135); }

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

background-color css

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

 a { background-color: rgb(54,68,135); }

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

border-color css

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

 span { border-color: rgb(54,68,135); }

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