Html Css Color HEX #324492 Tory Blue

📋 copy color: '#324492'

red 50 ◦ green 68 ◦ blue 146

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

Shades of Tory Blue #324492

Tints of Tory Blue #324492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.76%

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

R = 18.94%
G = 25.76%
B = 55.3%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#324492 (or 0x324492) is known color: Tory Blue. HEX triplet: 32, 44 and 92. RGB value is (50,68,146). Sum of RGB (Red+Green+Blue) = 50+68+146=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #324492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324492 is #CDBB6D. Grayscale: #474747. Windows color (decimal): -13482862 or 9585714. OLE color: 9585714.

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

Color convert

RGB 50 68 146 -
CMYK 0.66 0.53 0 0.43
HSL 228.75º 0.49% 0.38% -
HSV(B) 228.75º 0.66% 0.57% -
XYZ 8.57 6.89 28.07 -
YUV 71.51 170.04 112.66 -
System Red Green Blue C M Y K H S L
Decimal 50 68 146 0.66 0.53 0 0.43 228.75 0.49 0.38
Hex 32 44 92 42 35 0 2B E5 31 26
Octal 62 104 222 102 65 0 53 345 61 46
Binary 110010 1000100 10010010 1000010 110101 0 101011 11100101 110001 100110

Color Harmonies of #324492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324492

Black with #324492

Text Example


Text Example

White with #324492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324492; }

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

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

background-color css

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

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

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

border-color css

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

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

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