Html Css Color HEX #324392 Tory Blue

📋 copy color: '#324392'

red 50 ◦ green 67 ◦ blue 146

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

Shades of Tory Blue #324392

Tints of Tory Blue #324392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 19.01%
G = 25.48%
B = 55.51%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#324392 (or 0x324392) is known color: Tory Blue. HEX triplet: 32, 43 and 92. RGB value is (50,67,146). Sum of RGB (Red+Green+Blue) = 50+67+146=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #324392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324392 is #CDBC6D. Grayscale: #464646. Windows color (decimal): -13483118 or 9585458. OLE color: 9585458.

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

Color convert

RGB 50 67 146 -
CMYK 0.66 0.54 0 0.43
HSL 229.38º 0.49% 0.38% -
HSV(B) 229.38º 0.66% 0.57% -
XYZ 8.51 6.77 28.05 -
YUV 70.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 50 67 146 0.66 0.54 0 0.43 229.38 0.49 0.38
Hex 32 43 92 42 36 0 2B E5 31 26
Octal 62 103 222 102 66 0 53 345 61 46
Binary 110010 1000011 10010010 1000010 110110 0 101011 11100101 110001 100110

Color Harmonies of #324392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324392

Black with #324392

Text Example


Text Example

White with #324392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324392; }

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

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

background-color css

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

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

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

border-color css

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

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

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