Html Css Color HEX #324D95 Tory Blue

📋 copy color: '#324D95'

red 50 ◦ green 77 ◦ blue 149

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

Shades of Tory Blue #324D95

Tints of Tory Blue #324D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.9%

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 18.12%
G = 27.9%
B = 53.99%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#324D95 (or 0x324D95) is known color: Tory Blue. HEX triplet: 32, 4D and 95. RGB value is (50,77,149). Sum of RGB (Red+Green+Blue) = 50+77+149=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #324D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324D95 is #CDB26A. Grayscale: #4C4C4C. Windows color (decimal): -13480555 or 9784626. OLE color: 9784626.

HSL color Cylindrical-coordinate representation of color #324D95: hue angle of 223.64º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324D95 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 77 149 -
CMYK 0.66 0.48 0 0.42
HSL 223.64º 0.5% 0.39% -
HSV(B) 223.64º 0.66% 0.58% -
XYZ 9.39 8.16 29.51 -
YUV 77.14 168.55 108.65 -
System Red Green Blue C M Y K H S L
Decimal 50 77 149 0.66 0.48 0 0.42 223.64 0.5 0.39
Hex 32 4D 95 42 30 0 2A E0 32 27
Octal 62 115 225 102 60 0 52 340 62 47
Binary 110010 1001101 10010101 1000010 110000 0 101010 11100000 110010 100111

Color Harmonies of #324D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D95

Black with #324D95

Text Example


Text Example

White with #324D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324D95; }

 p { color: rgb(50,77,149); }

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

background-color css

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

 a { background-color: rgb(50,77,149); }

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

border-color css

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

 span { border-color: rgb(50,77,149); }

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