Html Css Color HEX #324591 Tory Blue

📋 copy color: '#324591'

red 50 ◦ green 69 ◦ blue 145

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

Shades of Tory Blue #324591

Tints of Tory Blue #324591

RGB

 RED value IS 50 (19.92% from 255) = 18.94%

 GREEN value IS 69 (27.34% from 255) = 26.14%

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 18.94%
G = 26.14%
B = 54.92%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#324591 (or 0x324591) is known color: Tory Blue. HEX triplet: 32, 45 and 91. RGB value is (50,69,145). Sum of RGB (Red+Green+Blue) = 50+69+145=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #324591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324591 is #CDBA6E. Grayscale: #474747. Windows color (decimal): -13482607 or 9520434. OLE color: 9520434.

HSL color Cylindrical-coordinate representation of color #324591: hue angle of 228º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324591 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 69 145 -
CMYK 0.66 0.52 0 0.43
HSL 228º 0.49% 0.38% -
HSV(B) 228º 0.66% 0.57% -
XYZ 8.55 6.98 27.68 -
YUV 71.98 169.21 112.32 -
System Red Green Blue C M Y K H S L
Decimal 50 69 145 0.66 0.52 0 0.43 228 0.49 0.38
Hex 32 45 91 42 34 0 2B E4 31 26
Octal 62 105 221 102 64 0 53 344 61 46
Binary 110010 1000101 10010001 1000010 110100 0 101011 11100100 110001 100110

Color Harmonies of #324591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324591

Black with #324591

Text Example


Text Example

White with #324591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324591; }

 p { color: rgb(50,69,145); }

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

background-color css

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

 a { background-color: rgb(50,69,145); }

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

border-color css

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

 span { border-color: rgb(50,69,145); }

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