Html Css Color HEX #364884 Tory Blue

📋 copy color: '#364884'

red 54 ◦ green 72 ◦ blue 132

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

Shades of Tory Blue #364884

Tints of Tory Blue #364884

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

 BLUE value IS 132 (51.95% from 255) = 51.16%

R = 20.93%
G = 27.91%
B = 51.16%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#364884 (or 0x364884) is known color: Tory Blue. HEX triplet: 36, 48 and 84. RGB value is (54,72,132). Sum of RGB (Red+Green+Blue) = 54+72+132=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #364884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364884 is #C9B77B. Grayscale: #494949. Windows color (decimal): -13219708 or 8669238. OLE color: 8669238.

HSL color Cylindrical-coordinate representation of color #364884: hue angle of 226.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364884 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 72 132 -
CMYK 0.59 0.45 0 0.48
HSL 226.15º 0.42% 0.36% -
HSV(B) 226.15º 0.59% 0.52% -
XYZ 8 7.08 22.78 -
YUV 73.46 161.04 114.12 -
System Red Green Blue C M Y K H S L
Decimal 54 72 132 0.59 0.45 0 0.48 226.15 0.42 0.36
Hex 36 48 84 3B 2D 0 30 E2 2A 24
Octal 66 110 204 73 55 0 60 342 52 44
Binary 110110 1001000 10000100 111011 101101 0 110000 11100010 101010 100100

Color Harmonies of #364884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364884

Black with #364884

Text Example


Text Example

White with #364884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364884; }

 p { color: rgb(54,72,132); }

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

background-color css

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

 a { background-color: rgb(54,72,132); }

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

border-color css

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

 span { border-color: rgb(54,72,132); }

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