Html Css Color HEX #324D92 Tory Blue

📋 copy color: '#324D92'

red 50 ◦ green 77 ◦ blue 146

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

Shades of Tory Blue #324D92

Tints of Tory Blue #324D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 18.32%
G = 28.21%
B = 53.48%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#324D92 (or 0x324D92) is known color: Tory Blue. HEX triplet: 32, 4D and 92. RGB value is (50,77,146). Sum of RGB (Red+Green+Blue) = 50+77+146=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #324D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324D92 is #CDB26D. Grayscale: #4C4C4C. Windows color (decimal): -13480558 or 9588018. OLE color: 9588018.

HSL color Cylindrical-coordinate representation of color #324D92: hue angle of 223.12º 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 #324D92 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 77 146 -
CMYK 0.66 0.47 0 0.43
HSL 223.13º 0.49% 0.38% -
HSV(B) 223.13º 0.66% 0.57% -
XYZ 9.16 8.06 28.27 -
YUV 76.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 50 77 146 0.66 0.47 0 0.43 223.13 0.49 0.38
Hex 32 4D 92 42 2F 0 2B DF 31 26
Octal 62 115 222 102 57 0 53 337 61 46
Binary 110010 1001101 10010010 1000010 101111 0 101011 11011111 110001 100110

Color Harmonies of #324D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D92

Black with #324D92

Text Example


Text Example

White with #324D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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