Html Css Color HEX #324781 Tory Blue

📋 copy color: '#324781'

red 50 ◦ green 71 ◦ blue 129

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

Shades of Tory Blue #324781

Tints of Tory Blue #324781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.6%

R = 20%
G = 28.4%
B = 51.6%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#324781 (or 0x324781) is known color: Tory Blue. HEX triplet: 32, 47 and 81. RGB value is (50,71,129). Sum of RGB (Red+Green+Blue) = 50+71+129=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #324781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324781 is #CDB87E. Grayscale: #474747. Windows color (decimal): -13482111 or 8472370. OLE color: 8472370.

HSL color Cylindrical-coordinate representation of color #324781: hue angle of 224.05º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #324781 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 71 129 -
CMYK 0.61 0.45 0 0.49
HSL 224.05º 0.44% 0.35% -
HSV(B) 224.05º 0.61% 0.51% -
XYZ 7.53 6.77 21.68 -
YUV 71.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 50 71 129 0.61 0.45 0 0.49 224.05 0.44 0.35
Hex 32 47 81 3D 2D 0 31 E0 2C 23
Octal 62 107 201 75 55 0 61 340 54 43
Binary 110010 1000111 10000001 111101 101101 0 110001 11100000 101100 100011

Color Harmonies of #324781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324781

Black with #324781

Text Example


Text Example

White with #324781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324781; }

 p { color: rgb(50,71,129); }

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

background-color css

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

 a { background-color: rgb(50,71,129); }

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

border-color css

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

 span { border-color: rgb(50,71,129); }

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